Created
February 23, 2019 16:15
-
-
Save ivan1993spb/23efe7c7af8300b9f8c8062aeb1cc427 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
set -ex | |
test -f "$1" | |
less "$1" | |
git apply < "$1" | |
git add . | |
git reset "$1" | |
git commit | |
rm "$1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment