Merge pull request #1079 from tldr-pages/svn

git-svn: add fetch subcommand
waldyrious/alt-syntax
Agniva De Sarker 2016-09-21 09:47:34 +05:30 committed by GitHub
commit c73c797594
1 changed files with 5 additions and 1 deletions

View File

@ -6,10 +6,14 @@
`git svn clone {{http://example.com/my_subversion_repo}} {{local_dir}}`
- Update local clone from the upstream SVN repository:
- Update local clone from the remote SVN repository:
`git svn rebase`
- Fetch updates from the remote SVN repository without changing the git HEAD:
`git svn fetch`
- Commit back to SVN repository:
`git svn dcommit`