Created
February 12, 2015 22:19
-
-
Save misfo/7aa0b4ffe523a6c994c6 to your computer and use it in GitHub Desktop.
Apply the working copy git changes from a remote server to local copy (I would never make changes on a server, I swear)
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
ssh tehawesome.example.com 'cd /the/app/dir && git diff' | git apply - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment