From aaa8b61bd654e2a1726186d18ce09a202f08abef Mon Sep 17 00:00:00 2001 From: Ricardo Corrie Date: Thu, 14 Jul 2016 13:54:35 +0000 Subject: [PATCH] Revision based on PR feedback --- pages/common/git-svn.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/git-svn.md b/pages/common/git-svn.md index 2efc7f6cd..01b548fea 100644 --- a/pages/common/git-svn.md +++ b/pages/common/git-svn.md @@ -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`