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:
commit
c73c797594
1 changed files with 5 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue