From 68382b6727fe4a09697a35a454bba30279648d54 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 18 Sep 2012 20:16:20 -0700 Subject: =?UTF-8?q?perlgit:=20bare=20=E2=80=98git=20push=E2=80=99=C2=A0is?= =?UTF-8?q?=20dangerous?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit About three times now I have made changes on a branch, to try things out, and then later on tried to push to blead with ‘git push’ and modified other people’s branches at the same time. --- pod/perlgit.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pod/perlgit.pod') diff --git a/pod/perlgit.pod b/pod/perlgit.pod index 9b5fe3f716..3bbd4b3753 100644 --- a/pod/perlgit.pod +++ b/pod/perlgit.pod @@ -656,7 +656,7 @@ then merge it into blead then push it out to the main repository: % git checkout blead % git merge experimental - % git push + % git push origin blead If you want to delete your temporary branch, you may do so with: @@ -824,7 +824,7 @@ Or you could just merge the whole branch if you like it all: And then push back to the repository: - % git push + % git push origin blead =head2 Using a smoke-me branch to test changes -- cgit v1.2.1