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
git svn fetch && git svn rebase - further updates
git checkout -f - restore everything
git diff - check changes
No comments:
Post a Comment