Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I use git diff and ctrl+click the file+linenumber which opens my IDE. Works well enough. I use this macro here when there are a lot of changes:

  gdf() { git diff '*'$1'*'; }

  gdf fileName (doesn't need full file name)

  gdf folderName (all files in a folder)
 help



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: