Update configs

This commit is contained in:
Tobias Reisinger 2022-08-30 23:03:21 +02:00
parent e90b442a58
commit 2e4cfc4c6a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 19 additions and 14 deletions
.config/git

View file

@ -13,16 +13,18 @@
tool = vimdiff
[difftool]
prompt = false
trustExitCode = true
[alias]
b = branch -vv
ci = commit -v
cia = commit -v --amend
dt = difftool
d = diff
b = branch -vv
logg = log --graph
logo = log --graph --decorate --oneline --all
diffc = diff --cached
diffs = diff --stat
dc = diff --cached
ds = diff --stat
dt = difftool
dtc = difftool --cached
l = log --graph
lo = log --graph --decorate --oneline --all
[merge]
tool = vim_mergetool