mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 08:20:59 +02:00
default git branch name shall be master
This commit is contained in:
parent
133b5654f2
commit
9432a91195
6
.gdbinit
6
.gdbinit
@ -33,3 +33,9 @@ set print pretty on
|
|||||||
|
|
||||||
# Allow memory access outside of server provided memory map
|
# Allow memory access outside of server provided memory map
|
||||||
set mem inaccessible-by-default off
|
set mem inaccessible-by-default off
|
||||||
|
|
||||||
|
|
||||||
|
# Clion is stupid
|
||||||
|
# define target remote
|
||||||
|
# bmconnect /dev/ttyBmpGdb
|
||||||
|
# end
|
||||||
|
@ -34,3 +34,5 @@
|
|||||||
spellingdictionary = en
|
spellingdictionary = en
|
||||||
[pull]
|
[pull]
|
||||||
ff = only
|
ff = only
|
||||||
|
[init]
|
||||||
|
defaultBranch = master
|
||||||
|
Loading…
Reference in New Issue
Block a user