changed...
[p091101.git] / README
blob9e50251512dd2cac812bb277e76d423bb9055cee
1 ==========
2 | README |
3 ==========
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
11 ============
12 | COMMANDS |
13 ============
14 Add files by:
15 git add <filename>
17 Commit changes by:
18 git commit <filename>
20 Push changes to url:
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
27 SPECIAL
28 --------
30 Instead of typing that long url all the time you can 
31 take the following text and paste it into the terminal:
33 ________
35 $ cat >>.git/config <<EOF
36 [remote "repo"]
37         url = ssh://repo.or.cz/srv/git/p091101.git
38 EOF
39 ________
41 Then you just have to type "git <command> repo" 
42 when you want to push/pull.