|
|
|
@ -57,8 +57,7 @@ case $1 in
|
|
|
|
|
;; |
|
|
|
|
|
|
|
|
|
*) |
|
|
|
|
echo "pull (pull the changes from git)" |
|
|
|
|
echo "push (push the changes to git)" |
|
|
|
|
echo "commit (save snapshot of the current state)" |
|
|
|
|
echo "track (add a file or folder to git)" |
|
|
|
|
echo "diff (show unpushed changes)" |
|
|
|
|
echo "log (show last commits)" |
|
|
|
|