1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 00:55:30 +02:00

git-svn: add fetch subcommand

This commit is contained in:
Ricardo Corrie 2016-07-13 16:57:09 +00:00 committed by Ricardo Corrie
parent 7356a47e02
commit 3701b6973f

View file

@ -6,6 +6,10 @@
`git svn clone {{http://example.com/my_subversion_repo}} {{local_dir}}` `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: - Update local clone from the upstream SVN repository:
`git svn rebase` `git svn rebase`