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 16: | Line 16: | ||
* 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>'' | ||
- | === Other issues === | ||
- | |||
- | * Discard a commit: ''git reset --hard HEAD~1'' (can also use ''--soft HEAD^'' to step back a commit) | ||
- | * Missing **[** or **]** in gitosis.conf : ask Guido Koelsh to fix error on the git server. |