Git Commands
Posted on 2013-10-29 20:31:03 +0900 in Technique
Here is a useful tutorial for Git:Visual git guide git status Check the status of the files. gitk -all & git diff show the branch in graphical mode. check the difference. git rm remove files git log git log -p -2 show the changing between the past two submitions git...