Child pages
  • Gitolite (git administration)

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuration and administration

Gitolite

to adminster administer gitolite just:

Code Block
git clone git:gitolite-admin

The directory tree is self explanatory

To update just commit:

Code Block
git commit -a #tell git about the changes you want to incorporate
git push # send it to the server

...