default git branch name shall be master

This commit is contained in:
Arti Zirk 2021-02-19 13:52:17 +02:00
parent 133b5654f2
commit 9432a91195
2 changed files with 8 additions and 0 deletions

View File

@ -33,3 +33,9 @@ set print pretty on
# Allow memory access outside of server provided memory map
set mem inaccessible-by-default off
# Clion is stupid
# define target remote
# bmconnect /dev/ttyBmpGdb
# end

View File

@ -34,3 +34,5 @@
spellingdictionary = en
[pull]
ff = only
[init]
defaultBranch = master