1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

Merge pull request #1079 from tldr-pages/svn

git-svn: add fetch subcommand
This commit is contained in:
Agniva De Sarker 2016-09-21 09:47:34 +05:30 committed by GitHub
commit c73c797594

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`