senpost
9/11/2011 - 3:30 AM

usefull Git command

usefull Git command

#Unstage file
git unstage <file name>
git unstage reset HEAD -- <file name>