You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in one of the groups: Users, Administrators.


You can view and copy the source of this page.

Return to Using git.


  • git init
  • git remote add <name> <url>
  • git pull <name> serverbranch:localbranch
  • git-push <name> localbranch:serverbranch