Update indentation for git config

This commit is contained in:
Tunui Franken 2023-09-29 14:12:05 +02:00
parent e2a5df72ff
commit 24e048c88d

View file

@ -1,23 +1,24 @@
[user]
name = {{ username }}
email = {{ useremail }}
name = {{ username }}
email = {{ useremail }}
[pull]
rebase = true
rebase = true
[alias]
br = branch
ci = commit
cia = commit --amend
co = checkout
cp = cherry-pick
st = status
l = log -10 --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue%an <%ae>%Creset'
ll = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue%an <%ae>%Creset'
logadog = log --all --decorate --oneline --graph
chlog = log --no-merges --oneline --stat @{1}..
d = diff
ds = diff --staged
dw = diff --word-diff=color
br = branch
ci = commit
cia = commit --amend
co = checkout
cp = cherry-pick
st = status
l = log -10 --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue%an <%ae>%Creset'
ll = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue%an <%ae>%Creset'
logadog = log --all --decorate --oneline --graph
chlog = log --no-merges --oneline --stat @{1}..
d = diff
ds = diff --staged
dw = diff --word-diff=color
dws = diff --word-diff=color --staged
[diff]
tool = vimdiff
tool = vimdiff
[init]
defaultBranch = main
defaultBranch = main