You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that some of the reflog entries show branches that they are on. This would be beneficial to pass through in ugit, both as a property on the reflog entries, as well as formatted to show similar to native git.
Note: The coloring shown here is some done by WindTerm, and some by git itself. I think the colors are helpful, but not needed as part of an initial implementation.
The text was updated successfully, but these errors were encountered:
# full color invokegit.exe log --color=always --decorate=auto --abbrev-commit --oneline | select -first 10# now only partial color, the hash, is preservedgit.exe log --color=always --decorate=auto --abbrev-commit --oneline
Select-Object and assigning to string were both triggering the same auto, behavior, so I used both interchangabliy in some cases.
Take the current output of
git reflog
:Notice that some of the reflog entries show branches that they are on. This would be beneficial to pass through in ugit, both as a property on the reflog entries, as well as formatted to show similar to native git.
Note: The coloring shown here is some done by WindTerm, and some by git itself. I think the colors are helpful, but not needed as part of an initial implementation.
The text was updated successfully, but these errors were encountered: