From d48aad97a7f6325cceb6bc63bac9f350fc9285cc Mon Sep 17 00:00:00 2001 From: Eddie Monge Date: Mon, 2 Dec 2013 11:57:36 -0800 Subject: [PATCH] typo in git graft --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 870bc4e..9329f37 100644 --- a/Plugins.md +++ b/Plugins.md @@ -371,7 +371,7 @@ Pressing tab after the various commands should autofill authors, branches and ta * `git delete-submodule` - delete submodule * `git delete-tag` - delete local and remote tag * `git extras [-v/--version]` - git-extras -* `git graft:'merge commits from source branch to destination branch +* `git graft` - merge commits from source branch to destination branch * `git squash` - merge commits from source branch into the current one as a single commit * `git feature [finish]` - create a feature branch * `git refactor [finish]` - create a refactor branch