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 425ad16ba1
commit c0dd7bb7ef
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

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