From 6d7b41c9a09557a395819fd55eb20da247bbe674 Mon Sep 17 00:00:00 2001 From: Rasmus P Date: Sat, 4 Jan 2025 00:52:56 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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` |