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:
parent
7356a47e02
commit
3701b6973f
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue