5 description Documentation for Project Chanage Management @ IT-University
6 owner cfmalmsten@gmail.com
7 URL git://repo.or.cz/p091101.git
8 http://repo.or.cz/r/p091101.git
9 Push URL ssh://repo.or.cz/srv/git/p091101.git
21 git push ssh://repo.or.cz/srv/git/p091101.git
23 Pull changes from an url:
24 git pull ssh://repo.or.cz/srv/git/p091101.git
30 Instead of typing that long url all the time you can
31 take the following text and paste it into the terminal:
35 $ cat >>.git/config <<EOF
37 url = ssh://repo.or.cz/srv/git/p091101.git
41 Then you just have to type "git <command> repo"
42 when you want to push/pull.