4 description Documentation for Project Chanage Management @ IT-University
5 owner cfmalmsten@gmail.com
6 URL git://repo.or.cz/p091101.git
7 http://repo.or.cz/r/p091101.git
8 Push URL ssh://repo.or.cz/srv/git/p091101.git
10 Important to know, this is a git repository.
19 git push ssh://repo.or.cz/srv/git/p091101.git
21 Pull changes from an url:
22 git pull ssh://repo.or.cz/srv/git/p091101.git
27 Instead of typing that long url all the time you can
28 take the following text and paste it into the terminal:
32 $ cat >>.git/config <<EOF
33 [remote "public-repo"]
34 url = ssh://repo.or.cz/srv/git/p091101.git
38 Then you just have to type "git <command> public-repo"
39 when you want to push/pull.