mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
gitconfig
This commit is contained in:
@@ -2,8 +2,10 @@
|
|||||||
[user]
|
[user]
|
||||||
# Please adapt and uncomment the following lines:
|
# Please adapt and uncomment the following lines:
|
||||||
name = Daniel Bauer
|
name = Daniel Bauer
|
||||||
email = bauer@cbs.tu-darmstadt.de
|
|
||||||
[pack]
|
[pack]
|
||||||
threads = 8
|
threads = 8
|
||||||
[core]
|
[core]
|
||||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
pager = diff-so-fancy | less --tabs=4 -RFX
|
||||||
|
[alias]
|
||||||
|
up = !git pull --rebase --prune $@ && git submodule update --init --recursive
|
||||||
|
cm = !git add -A && git commit -m
|
||||||
|
|||||||
Reference in New Issue
Block a user