From b2fccda7f73d398e3850f75e4e2e1f13835abc76 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 28 May 2021 13:42:11 +0200 Subject: [PATCH] git aliase --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index c1bbc4f..94da8c2 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,8 +6,8 @@ [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 + co = checkout + cm = commit -m r = rebase rc = rebase --continue remote = remote -v