From: "H. Peter Anvin" <hpa@zytor.com>
To: Git Mailing List <git@vger.kernel.org>
Subject: Wishlist for branch management
Date: Sun, 31 Jan 2010 17:18:39 -0800 [thread overview]
Message-ID: <4B662BEF.7040503@zytor.com> (raw)
A wishlist for better handling of branches:
git clone --branches
... git clone, with the additional step of setting up local branches for
each one of the remote branches.
git branch --current
... list the current branch name, for use in scripts. Equivalent to:
"git branch | grep '^\*' | cut -c3-"
git push --current
... push the current branch, and only the current branch...
-hpa
--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.
next reply other threads:[~2010-02-01 1:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-01 1:18 H. Peter Anvin [this message]
2010-02-01 1:31 ` Wishlist for branch management Björn Steinbrink
2010-02-01 3:22 ` H. Peter Anvin
2010-02-01 9:19 ` Petr Baudis
2010-02-01 17:49 ` H. Peter Anvin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B662BEF.7040503@zytor.com \
--to=hpa@zytor.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.