Update 'c.sh'

This commit is contained in:
Aaron Fischer 2021-12-07 22:32:34 +01:00
parent 616bc7e8f5
commit bffbb9b480
1 changed files with 1 additions and 2 deletions

3
c.sh
View File

@ -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)"