feat: Enhance gitconfig
This commit is contained in:
parent
126d9892e2
commit
dafe42b6e7
1 changed files with 19 additions and 4 deletions
23
.gitconfig
23
.gitconfig
|
|
@ -1,5 +1,20 @@
|
||||||
[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]
|
||||||
|
br = branch
|
||||||
|
rb = rebase
|
||||||
|
st = status
|
||||||
|
sw = switch
|
||||||
|
l = log --oneline --graph --decorate
|
||||||
|
[credential]
|
||||||
|
helper = store
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue