descriptionDocumentation for Project Chanage Management @ IT-University
ownercfmalmsten@gmail.com
last changeWed, 11 Nov 2009 14:39:06 +0000 (11 15:39 +0100)
content tags
add:
README
==========
| README |
==========

description	Documentation for Project Chanage Management @ IT-University
owner		cfmalmsten@gmail.com
URL		git://repo.or.cz/p091101.git
		http://repo.or.cz/r/p091101.git
Push URL	ssh://repo.or.cz/srv/git/p091101.git

============
| COMMANDS |
============
Add files by:
git add <filename>

Commit changes by:
git commit <filename>

Push changes to url:
git push ssh://repo.or.cz/srv/git/p091101.git 

Pull changes from an url:
git pull ssh://repo.or.cz/srv/git/p091101.git


SPECIAL
--------

Instead of typing that long url all the time you can 
take the following text and paste it into the terminal:

________

$ cat >>.git/config <<EOF
[remote "repo"]
        url = ssh://repo.or.cz/srv/git/p091101.git
EOF
________

Then you just have to type "git <command> repo" 
when you want to push/pull. 
shortlog
2009-11-11 malmstecchanged...master
2009-11-11 malmstecAdded information about repo
2009-11-11 malmstecUpdated even more text!y
2009-11-11 malmstecAdded final words...
2009-11-11 malmstecAdded more text in readme file
2009-11-11 malmstecADDED README FILE
heads
14 years ago master