News | About | Get Frugalware | Packages | Documentation | Discussion Forums | Bug Tracker | Wiki | Community | Development

Cloning the git repo

From FrugalWiki

Jump to: navigation, search
i18n
English
Français

Cloning the GIt repo of Frugalware

We'll see how to clone the git repo of Frugalware-current (as example) and get a local copy.

Others repos are availables here: http://git.frugalware.org/gitweb/gitweb.cgi

Crate a folder in your $HOME then in there with the terminal:

User terminal 48px.png
$ cd ~/git
  • If you are a Frugalware devel, you have an access to genesis, you'll be able to clone in this way:
User terminal 48px.png
$ git clone devil505@git.frugalware.org:/home/ftp/pub/frugalware/frugalware-current current
  • If you are just a contributor, you can clone as an anonymous:
User terminal 48px.png
$ git clone git://git.frugalware.org/pub/frugalware/frugalware-current current

Then it's time to configurate you copy of the repo:

User terminal 48px.png
$ cd current

git config user.name "Pseudo"
git config user.email login@email.com
git config remote.origin.receivepack "sudo -u vmiklos git-receive-pack"
git config branch.master.rebase true

To update the repo:

User terminal 48px.png
$ git pull


Now what ?

  • Developpers will have a new fresh local copy of the repo :D
  • Contributors will can use this copy to start making a git patch in the way to suggest their contributions to Frugalware project.
Personal tools
Namespaces
Variants
Actions