Skip to content

Instantly share code, notes, and snippets.

@yurrriq
Last active July 28, 2017 19:18
Show Gist options
  • Save yurrriq/055e642ea205becccfaafb7db785076f to your computer and use it in GitHub Desktop.
Save yurrriq/055e642ea205becccfaafb7db785076f to your computer and use it in GitHub Desktop.
Copy git diff of file
#! /usr/bin/env bash
git --no-pager diff -w $1 | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment