mezis / git-whistles

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

Git latest-pushes #8

Closed pedrocunha closed 11 years ago

pedrocunha commented 11 years ago

Show latest pushed branches to origin.

Defaults to 20 results

You can specify a pattern like

git latest-pushes -p hosts-nps

:rocket:

You can specify amount of results

git latest-pushes -n 50

hubb commented 11 years ago

nice feature! :+1:

mezis commented 11 years ago

Could we rename this to git latest-pushes ? I'd rather make the commands explicit and let people have aliases. I'll also add completion like @matthutchinson did for ht.

pedrocunha commented 11 years ago

Sure. What kinda of auto-completion are you talking about ?

pedrocunha commented 11 years ago

Just update the cmd to git-latest-pushes. Let me know if you want to have all of this in a single commit or you don't mind having as it is :)

pedrocunha commented 11 years ago

Wohooo