Skip to content

Instantly share code, notes, and snippets.

@gmurphey
Last active December 11, 2015 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmurphey/4582886 to your computer and use it in GitHub Desktop.
Save gmurphey/4582886 to your computer and use it in GitHub Desktop.
Replace a pattern in all files.
# usage: git sed 's/old/new/g'
[alias]
sed = !git grep --full-name -l -z '.' | xargs -0 gsed -i -e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment