mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Removed git-apply-branch
just realized --squash is pretty much this
This commit is contained in:
parent
897ed16e6b
commit
a5772a670c
10
Readme.md
10
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:
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
git diff ..$1 | git apply
|
||||
Loading…
Reference in a new issue