ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/docs/design
Yuya Nishihara 5a466cab4c cli: ensure default remote branch is imported by "git clone"
I originally thought this would be unavoidable, but I was wrong. "jj git clone"
doesn't implicitly create any local branch if git.auto-local-branch is off, and
that's fine because the detached HEAD state is normal in jj.

That being said, Git users would expect that the main/master branch exists.
Since importing the default branch is harmless, let's create and track it no
matter if git.auto-local-branch is off.
2023-12-16 16:02:10 +09:00
..
git-submodule-storage.md docs/design: propose submodule storage approach 2023-04-24 14:29:47 -07:00
git-submodules.md WIP docs/design: describe submodule storage ideas and how to judge them 2023-04-24 14:29:47 -07:00
run.md docs/design: Clarify run.md a bit. 2023-09-14 16:39:40 +02:00
tracking-branches.md cli: ensure default remote branch is imported by "git clone" 2023-12-16 16:02:10 +09:00