lukesampson / pshazz

Give your powershell some pizazz.
The Unlicense
577 stars 40 forks source link

Git: display more information on the branch name #52

Closed narnaud closed 7 years ago

narnaud commented 7 years ago

THis patch will display a hash in case there are no branch name, and information about merging, rebasing, cherry-picking, bisecting.

lukesampson commented 7 years ago

Thanks. Can you post a screenshot of before and after? With this change, is it possible to keep minimal branch info in the prompt, as it is now?

narnaud commented 7 years ago

Sorry, I didn't have time to do it before. Here is the screenshot before: 2017-06-24 21_54_59-windows powershell

And the same after: 2017-06-24 21_55_04-windows powershell

THe changes are:

narnaud commented 7 years ago

Closing, replacing with #53 - sorry for the inconvenience