commit bf06067efb52fbee5474073a33339d0a833e0fbe
parent ba701d1eb9100dc3269606a83e3444d231c2df8a
Author: pyratebeard <root@pyratebeard.net>
Date: Tue, 9 May 2023 11:56:03 +0100
git add command
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/vim/.vimrc b/vim/.vimrc
@@ -128,6 +128,7 @@ command Spell :setlocal spell! spell?
command Chmodx :!chmod a+x %
" git commit shortcut
+command Ga Git add %
command Gc Git commit -S
command Gac Git commit -a -S -m "updates"
command Gf Git fetch