]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-push.txt
Include a git-push example for creating a remote branch
authorShawn O. Pearce <spearce@spearce.org>
Thu, 6 Sep 2007 04:44:08 +0000 (00:44 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Sep 2007 06:25:09 +0000 (23:25 -0700)
commit4e560158c6de154fafab9fc3f6028d9edcc53e6b
treed26d602d7538a0547b249eec0bc2e7f40c7596f7
parent432e93a16441a1a11aeb8158a634f76c214abb31
Include a git-push example for creating a remote branch

Many users get confused when `git push origin master:foo` works
when foo already exists on the remote repository but are confused
when foo doesn't exist as a branch and this form does not create
the branch foo.

This new example highlights the trick of including refs/heads/
in front of the desired branch name to create a branch.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-push.txt