From 9fac1e9c4e16e61f1b977f343d039cefc7884b6c Mon Sep 17 00:00:00 2001 From: samedamci Date: Mon, 4 May 2020 21:21:00 +0200 Subject: [PATCH] Edit .shellrc --- botfiles/.shellrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/botfiles/.shellrc b/botfiles/.shellrc index 3f3d620..e877d11 100644 --- a/botfiles/.shellrc +++ b/botfiles/.shellrc @@ -46,9 +46,10 @@ alias yt-thumbnail='youtube-dl --write-thumbnail --skip-download -o "%(title)s.% # git alias ga='git add' -alias gc='git commit' +alias gc='git commit -S' alias gp='git push' alias gpom='git push origin master' +alias gch='git checkout' alias gl='git log' alias gpu='git pull' alias gs='git status'