feat: Enhance gitconfig
This commit is contained in:
parent
dccecb30f7
commit
606b840c59
1 changed files with 14 additions and 1 deletions
15
.gitconfig
15
.gitconfig
|
|
@ -1,5 +1,18 @@
|
||||||
[user]
|
[user]
|
||||||
email = matthewbinning@pm.me
|
email = matthewbinning@pm.me
|
||||||
name = Matthew Binning
|
name = Matthew Binning
|
||||||
[core]
|
username = matthew.binning
|
||||||
editor = vi
|
editor = vi
|
||||||
|
autocrlf = input
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
|
[push]
|
||||||
|
autoSetupRemote = true
|
||||||
|
[alias]
|
||||||
|
st = status
|
||||||
|
sw = switch
|
||||||
|
lg = log --oneline --graph --decorate
|
||||||
|
[credential]
|
||||||
|
helper = store
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue