aboutsummaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki')
-rwxr-xr-xwiki4
1 files changed, 4 insertions, 0 deletions
diff --git a/wiki b/wiki
index eed28fb..da9ee37 100755
--- a/wiki
+++ b/wiki
@@ -30,6 +30,10 @@ case $1 in
git commit --amend -m "$msg"
fi
;;
+ g|go)
+ wiki commit
+ wiki push
+ ;;
*)
eval "git $@"
;;