Skip to content

Instantly share code, notes, and snippets.

@ponko2
Created January 4, 2012 11:20
Show Gist options
  • Select an option

  • Save ponko2/1559627 to your computer and use it in GitHub Desktop.

Select an option

Save ponko2/1559627 to your computer and use it in GitHub Desktop.
リモートとローカルのファイルでdiffを取る ref: http://qiita.com/items/1567
ssh user@host cat /path/to/remotefile | diff /path/to/localfile -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment