Created
February 27, 2014 07:38
-
-
Save joelpittet/9245960 to your computer and use it in GitHub Desktop.
git pastings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias cap='curl `pbpaste` | git apply -v' | |
| alias cape='curl `pbpaste` | git apply -v --index' | |
| alias capp='curl `pbpaste` | patch -p1' | |
| alias capv='curl `pbpaste` | patch -p1 --dry-run' | |
| alias carp='curl `pbpaste` | git apply -Rv' | |
| alias carpe='curl `pbpaste` | git apply -Rv --index' | |
| alias cav='curl `pbpaste` | git apply -v --check' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment