git-to-svn-guide icon indicating copy to clipboard operation
git-to-svn-guide copied to clipboard

A Git user's guide to SVN

Results 4 git-to-svn-guide issues
Sort by recently updated
recently updated
newest added

Would be a neat command line tool to just map the git commands to their svn equivalent. ``` alias gsvn checkout = svn switch alias gsvn pull = svn update...

git checkout a file git stash .gitignore --> to ignore one file or file recursively (already tracking/ non tracking) git reset git show git diff comit_id1 commit_id2

`svn merge -R100:99 .`

- `BASE` will compare what you have now to what you had when you started - `HEAD` will compare what you have now to what's in the repo at this...

enhancement