diff --git a/README.md b/README.md index de2341d..684e6bf 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -# git0r +# Committy Git CLI helper to keep conversational naming of branches and commits. ## Comands | Comands | | | ----------- |----------------| -| Create commit | `git0r` | -| Append files to latest commit | `git0r append` | -| Create new branch | `git0r branch` | +| Create commit | `committy` or `committy commit` | +| Append files to latest commit | `committy append` | +| Create new branch | `committy branch` | +| Checkout to HEAD and pull | `committy gohome` |