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

Assume unpushed if unable to resolve ref from short name #215

Closed nickgerace closed 1 year ago

nickgerace commented 1 year ago

The behavior identified in #202 occurs because the constructed remote name (<remote>/<local-branch-name>) is assumed to exist. This will not always be the case, and will never (likely?) be the case when working on HEAD.

Closes #202 Closes #213