Update 'c.sh'
This commit is contained in:
parent
616bc7e8f5
commit
bffbb9b480
1 changed files with 1 additions and 2 deletions
3
c.sh
3
c.sh
|
@ -57,8 +57,7 @@ case $1 in
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo "pull (pull the changes from git)"
|
echo "commit (save snapshot of the current state)"
|
||||||
echo "push (push the changes to git)"
|
|
||||||
echo "track (add a file or folder to git)"
|
echo "track (add a file or folder to git)"
|
||||||
echo "diff (show unpushed changes)"
|
echo "diff (show unpushed changes)"
|
||||||
echo "log (show last commits)"
|
echo "log (show last commits)"
|
||||||
|
|
Loading…
Reference in a new issue