Browse Source

default git branch name shall be master

master
Arti Zirk 4 years ago
parent
commit
9432a91195
  1. 6
      .gdbinit
  2. 2
      .gitconfig

6
.gdbinit

@ -33,3 +33,9 @@ set print pretty on @@ -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

2
.gitconfig

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

Loading…
Cancel
Save