2 https://git.somenet.org/fsinf/kif/liederbuch.git (if public repo)
3 git remote set-url --push origin ssh://git@git.somenet.org:2/fsinf/kif/liederbuch.git
4 git@git.somenet.org:fsinf/kif/liederbuch.git
6 GITWEB (is public repo):
7 http://git.somenet.org/fsinf/kif/liederbuch.git
9 GITOLITE instance admin (send ssh-keys to):
13 RECOMMENDED CLIENT CONFIGURATION
14 --------------------------------------------------------------------------
15 # Show forgotten whitespaces.
16 git config color.ui true
17 git config color.diff.whitespace red reverse
20 # remove removed branches + tags.
21 git config --global fetch.prune true
22 git config --global fetch.pruneTags true
29 git config --global branch.autosetuprebase always
30 git config --global rebase.stat true
31 git config --global branch.master.rebase true
38 # Make Git convert all the types of newline to "\n".
39 # Might break some stuff.
40 git config core.autocrlf input
41 --------------------------------------------------------------------------