diff --git a/Readme.md b/Readme.md index 5e1802f..4983e96 100644 --- a/Readme.md +++ b/Readme.md @@ -126,16 +126,6 @@ of commits included in the commitish: $ git summary v42.. -## git-apply-branch <name> - - Applies the diff of the given branch `name`: - - $ git apply-branch mybranch - - Effectively a shortcut for: - - $ git diff ..mybranch | git apply - ## git-repl GIT read-eval-print-loop: diff --git a/bin/git-apply-branch b/bin/git-apply-branch deleted file mode 100755 index 8b43b19..0000000 --- a/bin/git-apply-branch +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -git diff ..$1 | git apply \ No newline at end of file