Forgot
This commit is contained in:
parent
79e42c2f64
commit
3bb78ce556
1 changed files with 3 additions and 2 deletions
|
@ -46,13 +46,14 @@ command_help() {
|
|||
echo "commit [message] -- Add all files and commit"
|
||||
echo "status -- Show status"
|
||||
echo "add [file] [savepoint] -- Add file to dotfiles at savepoint, create symlink and add"
|
||||
echo "sync -- push and pull"
|
||||
echo "push -- git push"
|
||||
echo "pull -- git pull"
|
||||
}
|
||||
|
||||
CMD=$1
|
||||
shift
|
||||
case "$CMD" in
|
||||
diff|commit|add|status|sync|help)
|
||||
diff|commit|add|status|sync|help|push|pull)
|
||||
command_$CMD $@
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue