kevins8
02/15/2022, 11:59 PM>Diagnostics Report
. see https://wiki.dendron.so/notes/a6c03f9b-8959-4d67-8394-4d204ab69bfe.html#check-the-logskevins8
02/15/2022, 11:59 PMkevins8
02/15/2022, 11:59 PMXanaus
02/16/2022, 2:33 AMXanaus
02/16/2022, 2:37 AM![[PID##causative-organism]]
instead of ![[PID#causative-organism]]
the whole doc is shownhikchoi
02/16/2022, 2:46 AM![[PID#causative-organism:#*]]
?hikchoi
02/16/2022, 2:47 AMXanaus
02/16/2022, 3:21 AMpcgeek86
02/22/2022, 5:25 PMkevins8
02/22/2022, 5:34 PMaleksey
02/23/2022, 2:06 AMkevins8
02/23/2022, 2:54 AMSaine
02/23/2022, 6:52 AMSaine
02/23/2022, 6:53 AMbanjara
02/23/2022, 3:28 PMbanjara
02/23/2022, 3:31 PMScriptAutomate
02/23/2022, 3:35 PMaleksey
02/23/2022, 6:04 PMniveus
02/24/2022, 7:23 PMmain
as the starting branch, instead of master
as to how Github & Gitlab are doing.SeriousBug
02/24/2022, 7:46 PMScriptAutomate
02/24/2022, 9:04 PMgit
is used to do so, via git init
. The default is master
in git
still, but it does provide directions if you wish to change the default behavior:
> ββββΌ $git init
> hint: Using 'master' as the name for the initial branch. This default branch name
> hint: is subject to change. To configure the initial branch name to use in all
> hint: of your new repositories, which will suppress this warning, call:
> hint:
> hint: git config --global init.defaultBranch
> hint:
> hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
> hint: 'development'. The just-created branch can be renamed via this command:
> hint:
> hint: git branch -m
So, you can change defaults with:
git config --global init.defaultBranch main
Or change current with:
git branch -m main
ScriptAutomate
02/24/2022, 9:15 PMMaxotronic
02/24/2022, 11:20 PMSaine
02/25/2022, 9:29 AMhikchoi
02/25/2022, 9:59 AMfudo
02/25/2022, 11:12 AMSaine
02/25/2022, 11:14 AMSaine
02/25/2022, 11:15 AMglucinater21
02/25/2022, 4:39 PMglucinater21
02/25/2022, 4:39 PM