Added information about repo
[p091101.git] / README
blobf2d3a8935d697cd62a3b12ee3d2526aeebadbcb8
1 README
2 ======
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. 
12 Add files by:
13 git add <filename>
15 Commit changes by:
16 git commit <filename>
18 Push changes to url:
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
25 --------
27 Instead of typing that long url all the time you can 
28 take the following text and paste it into the terminal:
30 ________
32 $ cat >>.git/config <<EOF
33 [remote "public-repo"]
34         url = ssh://repo.or.cz/srv/git/p091101.git
35 EOF
36 ________
38 Then you just have to type "git <command> public-repo" 
39 when you want to push/pull.