Wednesday, January 28, 2009

Git Tip : svn cleanup for git

With subversion, I execute "svn cleanup" on a working copy to make sure that my working copy is clean.

On git, the command seems to be :

git checkout -f master

No comments:

Post a Comment