mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
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. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| testing | ||
| tests | ||
| build.rs | ||
| Cargo.toml | ||
| LICENSE | ||