From bffbb9b480032cf0ae1314d800716822fe50d410 Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Tue, 7 Dec 2021 22:32:34 +0100 Subject: [PATCH] Update 'c.sh' --- c.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)"