jj/cli
Yuya Nishihara 4f2503cbce cli: show hint of non-tracking remote branches on "jj init --git-repo"
If the existing git repo contains local and remote branches of the same name,
one of the remote branches is probably a tracking remote branch. Let's show
a hint how to set up tracking branches. The tracking state could be derived
from .git/config, but doing that automatically might cause another issue like
#1862, which could have been mitigated by git.auto-local-branch = false.
2023-11-25 16:46:10 +09:00
..
examples
src cli: show hint of non-tracking remote branches on "jj init --git-repo" 2023-11-25 16:46:10 +09:00
testing
tests cli: show hint of non-tracking remote branches on "jj init --git-repo" 2023-11-25 16:46:10 +09:00
build.rs
Cargo.toml
LICENSE