From 8154bf18e537289c18721ff8bd1125a8b477c2f7 Mon Sep 17 00:00:00 2001 From: Will Hilton Date: Fri, 5 Feb 2016 02:04:53 -0500 Subject: [PATCH] "undo commit" -> "uncommit" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 753123d..662c2c8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ get | git equivalent --- | -------------- get commit | Prompts for commit message inline, rather than opening a text editor get commit *message* | git commit -m *message* -get undo commit | git reset --soft HEAD~1 +get uncommit | git reset --soft HEAD~1 get branch *branch* | stashes working tree, creates or switches branch, and checks out branch get rmbranch *branch* | git branch -d *branch* *TODO: rename?* get tag *tag* | git tag *tag*