nickgerace / gfold

CLI tool to help keep track of your Git repositories, written in Rust
https://crates.io/crates/gfold
Apache License 2.0
283 stars 20 forks source link

Change "unpushed" status to use a different color than "unclean" #219

Closed nickgerace closed 1 year ago

nickgerace commented 1 year ago

Currently, "unpushed" and "unclean" results use the same color. They should use a different color for usability.

nickgerace commented 1 year ago

Decided to switch from yellow to blue for now. This will trigger a minor version update due to divergent behavior (despite it "only" being a color).