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]
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user