Created
August 20, 2013 17:45
-
-
Save lincolnthree/6284744 to your computer and use it in GitHub Desktop.
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
| sharktop:switchyard lb3$ git p | |
| p4 pull push | |
| sharktop:switchyard lb3$ git apply | |
| .classpath .git/ .gitignore .project .settings/ README.md pom.xml src/ target/ | |
| sharktop:switchyard lb3$ git apply -- | |
| --apply --ignore-space-change --index-info --reverse --verbose | |
| --cached --ignore-whitespace --no-add --stat --whitespace= | |
| --check --inaccurate-eof --numstat --summary | |
| --exclude= --index --reject --unidiff-zero | |
| sharktop:switchyard lb3$ git apply -- | |
| --apply --ignore-space-change --index-info --reverse --verbose | |
| --cached --ignore-whitespace --no-add --stat --whitespace= | |
| --check --inaccurate-eof --numstat --summary | |
| --exclude= --index --reject --unidiff-zero | |
| sharktop:switchyard lb3$ git apply -- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment