Files
endeavour_config/config/git/config

31 lines
1.1 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
s = status
d = diff
co = checkout
col = checkout -
comaster = checkout master
comain = checkout main
com = checkout main
cod = checkout dev
nb = checkout -b
db = branch -d
[user]
email = s.studer.s@gmail.com
name = Simon Studer
[pull]
rebase = true