author | Matthieu Moy <Matthieu.Moy@imag.fr> | |
Sat, 8 Aug 2009 07:51:08 +0000 (09:51 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 12 Aug 2009 23:15:47 +0000 (16:15 -0700) | ||
commit | 07436e43daf1a97d3d702090d6289f745bd5ad90 | |
tree | e8f0cbf00412a6028e5b1f12a8f9f55383bfc1d2 | tree | snapshot |
parent | e89df7dcda9836518a68cce27231625f90d94749 | commit | diff |
push: point to 'git pull' and 'git push --force' in case of non-fast forward
'git push' failing because of non-fast forward is a very common situation,
and a beginner does not necessarily understand "fast forward" immediately.
Add a new section to the git-push documentation and refer them to it.
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
'git push' failing because of non-fast forward is a very common situation,
and a beginner does not necessarily understand "fast forward" immediately.
Add a new section to the git-push documentation and refer them to it.
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-push.txt | diff | blob | history | |
builtin-push.c | diff | blob | history | |
transport.c | diff | blob | history | |
transport.h | diff | blob | history |