add git client configuration file:

- enable colors
 - set meld as merge tool
 - add aliases/shorthands for frequently used commands
This commit is contained in:
nodiscc
2020-03-07 16:00:05 +01:00
parent a4d91d3a35
commit 4aa4975cd7

View File

@@ -0,0 +1,17 @@
[color]
ui = true
[merge]
tool = meld
[alias]
st = status
a = add
ch = checkout
b = branch -a
c = commit
ru = remote update
l = "log --graph --abbrev-commit --decorate --date=relative --pretty=oneline --all"
d = diff
wd = diff --color-words=.
sl = shortlog
gc = gc --aggressive
thanks = shortlog -sne