From 745e92ea74df67e654d9ff7a63cade5271350c76 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 31 Aug 2021 12:37:32 +0200 Subject: [PATCH] git: alias --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index b1d1be1..ffbd664 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,6 +6,7 @@ [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 cm = commit -m + c = checkout d = diff ds = diff --staged rc = rebase --continue