saintsjd / gum

A small set of cli improvements for git
MIT License
346 stars 9 forks source link

tutor mode #5

Open storypixel opened 12 years ago

storypixel commented 12 years ago

I hope when one types "git unstage" that it somewhere shows (by default or as an option) that this is git equivalent to "git reset HEAD -- file" so that way I'm trying it out to learn more about git in general.

JoshOldenburg commented 12 years ago

git unstage --help It works for any alias.

jrhorn424 commented 11 years ago
$ git unstage --help
No manual entry for gitunstage