From e9694b0c17c7166cdc3a4d934cf14171872a0611 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 14 May 2023 22:58:58 +0200 Subject: [PATCH] gs --- bash/alias/git.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bash/alias/git.sh b/bash/alias/git.sh index f2e2750..2508360 100644 --- a/bash/alias/git.sh +++ b/bash/alias/git.sh @@ -402,10 +402,17 @@ reset \ " # current state of repository -alias gs='git status --untracked-files=all' +alias gs="\ +git \ +status \ +--untracked-files=all \ +" # show a commit -alias gsh='git show' +alias gsc="\ +git \ +show \ +" # tag a commit alias gt="\