Sunday, July 31, 2011

SVN [git svn] basic commands

git svn clone <source address> - initial copy to work directory
git svn fetch && git svn rebase - further updates
git checkout -f - restore everything
git diff - check changes


No comments:

Post a Comment