Added git add commit function

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-11-06 08:38:28 +02:00
parent 6c8aada10a
commit 28e3881133

View file

@ -9,6 +9,7 @@ git() {
# git shorthands
gc() { git commit $@ }
gac() { ga && gc }
gpull() { git pull $@ }
gpush() { git push $@ }