diff --git a/c.sh b/c.sh index 63bda5e..4c6f8ec 100644 --- a/c.sh +++ b/c.sh @@ -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)"