Created
November 13, 2014 21:39
-
-
Save mmbrian/a63c0f24f726be0388bf to your computer and use it in GitHub Desktop.
One-line scp commad to update django settings.py from local repository
This file contains 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
scp settings.py [email protected]:/home/username/webapps/app/myproject/myproject/settings.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment