36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
[diff]
|
|
tool = vimdiff
|
|
[difftool]
|
|
prompt = false
|
|
[init]
|
|
defaultBranch = main
|
|
[http]
|
|
sslVerify = false
|
|
[alias]
|
|
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
|
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
|
|
lg3 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
|
|
a = add
|
|
c = commit -m
|
|
ca = commit -am
|
|
amend = commit -a --amend --no-edit
|
|
s = status
|
|
st = status -s
|
|
d = diff
|
|
co = checkout
|
|
col = checkout -
|
|
comaster = checkout master
|
|
comain = checkout main
|
|
com = checkout main
|
|
cod = checkout dev
|
|
nb = checkout -b
|
|
db = branch -d
|
|
pr = pull --rebase
|
|
[user]
|
|
email = s.studer.s@gmail.com
|
|
name = Simon Studer
|
|
[pull]
|
|
rebase = true
|
|
[includeIf "gitdir:~/Projects/Krypt/"]
|
|
path = ~/Projects/Krypt/.gitconfig_include
|