summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobodyinperson <nobodyinperson@web>2024-04-26 13:16:52 +0000
committeradmin <admin@branchable.com>2024-04-26 13:16:52 +0000
commit477018756ab3e28b1f77dba5af07b1b0c87e27df (patch)
treeef32184a5f44b70a166509bcc764d91c81e7992d
parent5ac14f210e10dc8d3f843d7338388c284de4f640 (diff)
-rw-r--r--doc/forum/Disable_autoswitching_to_adjusted__40__unlocked__41___branch.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/forum/Disable_autoswitching_to_adjusted__40__unlocked__41___branch.mdwn b/doc/forum/Disable_autoswitching_to_adjusted__40__unlocked__41___branch.mdwn
new file mode 100644
index 0000000000..0bb58b5909
--- /dev/null
+++ b/doc/forum/Disable_autoswitching_to_adjusted__40__unlocked__41___branch.mdwn
@@ -0,0 +1,3 @@
+Is it possible to disable the automatic switching to the `adjusted/main(unlocked)` branch?
+
+Context: For our measurement campaign, have a policy to only use unlocked files anyway and git-annex always initially switching to that adjusted branch is a bit annoying as we have to manually switch back to the default branch - of which the name is not always the same. Because when you `git annex assist` in an empty repo, it first pushes the `synced/main` branch, which makes it the default on the (Gitea) remote, so subsequent `git clone`s use that as default branch. I'd like to avoid the adjusted branch if possible as I have hit some performance / merge conflict situations with it in the past.