git-svn: add `fetch` subcommand

waldyrious/alt-syntax
Ricardo Corrie 2016-07-13 16:57:09 +00:00 committed by Ricardo Corrie
parent 7356a47e02
commit 3701b6973f
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
`git svn clone {{http://example.com/my_subversion_repo}} {{local_dir}}`
- Fetch new revisions from remote SVN repository:
`git svn fetch`
- Update local clone from the upstream SVN repository:
`git svn rebase`