From b1826b16bae4ed3e3def5ba760dbc91291048c8b Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 27 May 2021 23:00:31 +0200 Subject: [PATCH] =?UTF-8?q?git=20einr=C3=BCckungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitconfig | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.gitconfig b/.gitconfig index 427725e..39064b6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,16 +1,15 @@ [user] - name = Michael Grote - email = michael.grote@posteo.de + name = Michael Grote + email = michael.grote@posteo.de [credential] helper = store [alias] - logs = log --all --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative - s = status - p = push - c = checkout - r = rebase - rc = rebase --continue - remote = remote -v - fetchp = fetch --prune + logs = log --all --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative + s = status + p = push + c = checkout + r = rebase + rc = rebase --continue + remote = remote -v + fetchp = fetch --prune cline = clone -