author | StephenB <mail4stb@gmail.com> | |
Thu, 6 Jan 2011 19:06:51 +0000 (19:06 +0000) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Fri, 7 Jan 2011 21:50:11 +0000 (21:50 +0000) | ||
commit | 9cfdbf9bef8ba8694fde7e9c562b124d2f46d69d | |
tree | eb134e602253caa53a1299928794a706ccc8fb5f | tree | snapshot |
parent | bc2d159421bb017edc7b8b8d6d5544e1c83073e4 | commit | diff |
git svn: fix the final example in man page
'git-remote add' creates a remote.origin.fetch entry in the config, we
want to replace this entry rather than add another one (which will
cause 'git fetch' to error).
This adds 'git config --remove-section remote.origin' after the fetch
for encouraging users to only use "git svn" for future updates.
[ew: rewording of commit message for present tense]
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: StephenB <mail4stb@gmail.com>
'git-remote add' creates a remote.origin.fetch entry in the config, we
want to replace this entry rather than add another one (which will
cause 'git fetch' to error).
This adds 'git config --remove-section remote.origin' after the fetch
for encouraging users to only use "git svn" for future updates.
[ew: rewording of commit message for present tense]
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: StephenB <mail4stb@gmail.com>
Documentation/git-svn.txt | diff | blob | history |