mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 14:26:00 +02:00
git-svn: fix page comments
This commit is contained in:
parent
aaa8b61bd6
commit
1e9232a77d
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
||||||
|
|
||||||
`git svn clone {{http://example.com/my_subversion_repo}} {{local_dir}}`
|
`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`
|
`git svn rebase`
|
||||||
|
|
||||||
- Fetch updates from remote SVN repository without changing the GIT HEAD:
|
- Fetch updates from the remote SVN repository without changing the git HEAD:
|
||||||
|
|
||||||
`git svn fetch`
|
`git svn fetch`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue