This repository has been archived on 2023-01-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
CustomDebian11LiveISO_GUI/config/includes.chroot/etc/skel/.gitconfig
nodiscc 4aa4975cd7 add git client configuration file:
- enable colors
 - set meld as merge tool
 - add aliases/shorthands for frequently used commands
2020-03-07 21:01:45 +01:00

18 lines
318 B
INI

[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