gitconfig

This commit is contained in:
danijoo
2020-03-02 11:22:21 +01:00
parent 1d173a8b2c
commit adf6d8f7a0

View File

@@ -2,8 +2,10 @@
[user]
# Please adapt and uncomment the following lines:
name = Daniel Bauer
email = bauer@cbs.tu-darmstadt.de
[pack]
threads = 8
[core]
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