mezis / git-whistles

A set of bells and whistles for your Git.
Other
64 stars 15 forks source link

Git select <story-id> #1

Closed pedrocunha closed 11 years ago

pedrocunha commented 12 years ago

Enable git select <story-id> to search for a branch name containing a number (which can be a reference to a pivotal tracker story) and either checkout automatically if one exact matching or listing the matching ones.

If none of the previous, it check remotes branches for matches and lists them.

Should the checkout automatically happen for remotes aswell? IMHO that should not happen, and should be the user taking that decision.