From 1e9232a77dc80c6e1d7d7493fb904753017f92b8 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 20 Sep 2016 11:30:14 +0530 Subject: [PATCH] git-svn: fix page comments --- pages/common/git-svn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/git-svn.md b/pages/common/git-svn.md index 01b548fea..d59368120 100644 --- a/pages/common/git-svn.md +++ b/pages/common/git-svn.md @@ -6,11 +6,11 @@ `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 remote SVN repository without changing the GIT HEAD: +- Fetch updates from the remote SVN repository without changing the git HEAD: `git svn fetch`