Skip to content

Instantly share code, notes, and snippets.

@nanasess
Last active August 29, 2015 14:00
Show Gist options
  • Save nanasess/11444506 to your computer and use it in GitHub Desktop.
Save nanasess/11444506 to your computer and use it in GitHub Desktop.
ssh でローカルとリモートの diff をとる ref: http://qiita.com/nanasess/items/3c75642a079c236bd46d
ssh user@example.com "cat /path/to/remote_file" | diff -u /path/to/local_file -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment