Open storypixel opened 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.
git unstage --help It works for any alias.
git unstage --help
$ git unstage --help No manual entry for gitunstage
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.