From adf6d8f7a0a68a0d3437017d5cda7dee5fc7bbbb Mon Sep 17 00:00:00 2001 From: danijoo Date: Mon, 2 Mar 2020 11:22:21 +0100 Subject: [PATCH] gitconfig --- profiles/base/.gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/base/.gitconfig b/profiles/base/.gitconfig index dc4f6c7..067650f 100644 --- a/profiles/base/.gitconfig +++ b/profiles/base/.gitconfig @@ -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