1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 18:15:28 +02:00

Revision based on PR feedback

This commit is contained in:
Ricardo Corrie 2016-07-14 13:54:35 +00:00 committed by Ricardo Corrie
parent 3701b6973f
commit aaa8b61bd6

View file

@ -6,14 +6,14 @@
`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:
`git svn rebase`
- Fetch updates from remote SVN repository without changing the GIT HEAD:
`git svn fetch`
- Commit back to SVN repository:
`git svn dcommit`