Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.18 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. diff current working copy of a file with another branch's committed copy
  2. git diff foo master:foo
  3.        
  4. git diff master:foo foo
  5.        
  6. fatal: Path 'foo' exists on disk, but not in 'master'.