Foss lect 8 1 11.txt: Difference between revisions

No edit summary
No edit summary
 
Line 83: Line 83:


----
----
'''Commands to be used for Git'''
git commit -a: where a indicates all
git log
git init
git add
git diff
git branch
git checkout branch
git whatchanged
eg: git whatchanged since="may 2010"
git status:  Shows the log messages
git clone


~~Homework for the week~~
~~Homework for the week~~