add git client configuration file:
- enable colors - set meld as merge tool - add aliases/shorthands for frequently used commands
This commit is contained in:
17
config/includes.chroot/etc/skel/.gitconfig
Normal file
17
config/includes.chroot/etc/skel/.gitconfig
Normal 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
|
||||||
Reference in New Issue
Block a user