feat: Enhance gitconfig
This commit is contained in:
parent
398e5c3002
commit
8f2e259969
1 changed files with 19 additions and 4 deletions
23
.gitconfig
23
.gitconfig
|
|
@ -1,5 +1,20 @@
|
|||
[user]
|
||||
email = matthewbinning@pm.me
|
||||
name = Matthew Binning
|
||||
[core]
|
||||
editor = vi
|
||||
email = matthewbinning@pm.me
|
||||
name = Matthew Binning
|
||||
username = matthew.binning
|
||||
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 = /usr/lib/git-core/git-credential-libsecret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue