Explorar o código

git-svn: fix page comments

Agniva De Sarker %!s(int64=8) %!d(string=hai) anos
pai
achega
1e9232a77d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      pages/common/git-svn.md

+ 2 - 2
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`