Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
Description
When using git gpush -l/-ll, it would be useful to also show the commit hash, makes it easier to do things like:
git rebase -i commit_hash^
git show commit_hash
...etc.