From dc6ce2535fae1ef6cd0b0c09e4d9fafc88b57e43 Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 25 Mar 2022 12:30:33 +0000 Subject: [PATCH] update --- aliases.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/aliases.sh b/aliases.sh index d553b99..f0e7b60 100644 --- a/aliases.sh +++ b/aliases.sh @@ -6,6 +6,7 @@ alias containers='lxc list -c ns4s,user.comment:comment' # TOOD check this is safe alias sudo='sudo ' +alias gg='git add . && git commit -m "update" && git push' alias gitknow='cd ~/knowledge-base&& git add . && git status && git commit -m update && git push' alias e='nvim -S Session.vim'