Add initial config
This commit is contained in:
commit
8e313873c8
182 changed files with 14784 additions and 0 deletions
13
git/.gitconfig
Normal file
13
git/.gitconfig
Normal file
|
@ -0,0 +1,13 @@
|
|||
[alias]
|
||||
status = st
|
||||
st = status
|
||||
co = checkout
|
||||
[pull]
|
||||
rebase = false
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[diff]
|
||||
guitool = meld
|
||||
tool = meld
|
||||
[difftool]
|
||||
prompt = false
|
Loading…
Add table
Add a link
Reference in a new issue