Removed git-apply-branch

just realized --squash is pretty much this
This commit is contained in:
Tj Holowaychuk 2011-11-09 20:13:19 -08:00
parent 897ed16e6b
commit a5772a670c
2 changed files with 0 additions and 13 deletions

View file

@ -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:

View file

@ -1,3 +0,0 @@
#!/bin/sh
git diff ..$1 | git apply