Skip to content

Instantly share code, notes, and snippets.

@jnareb
Created January 30, 2010 17:23
Show Gist options
  • Save jnareb/290637 to your computer and use it in GitHub Desktop.
Save jnareb/290637 to your computer and use it in GitHub Desktop.
"git diff --no-index" and <(cmd ...)
# git diff --no-index <(git show 9c209b3) <(git show HEAD)
diff --git 1/dev/fd/63 2/dev/fd/62
index 4425a15..72b7505 120000
--- 1/dev/fd/63
+++ 2/dev/fd/62
@@ -1 +1 @@
-pipe:[61942106]
\ No newline at end of file
+pipe:[61942108]
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment