Differences
This shows you the differences between two versions of the page.
computing:gitstuff:user [2014/07/03 13:50] ramesh |
computing:gitstuff:user [2014/09/02 16:11] (current) ramesh created |
||
---|---|---|---|
Line 15: | Line 15: | ||
* Add the git server as an alias to the existing repository: ''git remote add <alias> gitosis@git.mpifr-bonn.mpg.de:<project_name>.git'' | * Add the git server as an alias to the existing repository: ''git remote add <alias> gitosis@git.mpifr-bonn.mpg.de:<project_name>.git'' | ||
* Push repository to git server (from the existing repository): ''git push <alias> <branch>'' | * Push repository to git server (from the existing repository): ''git push <alias> <branch>'' | ||
- | |||