Skip to content

Instantly share code, notes, and snippets.

@edeustace
Created May 17, 2012 11:05
Show Gist options
  • Save edeustace/2718176 to your computer and use it in GitHub Desktop.
Save edeustace/2718176 to your computer and use it in GitHub Desktop.
copy modified files from git status to a location
gst | grep modified | awk '{print $3}' | xargs -I {} cp {} ~/my_destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment