Skip to content

Instantly share code, notes, and snippets.

@ibrahima
Created August 30, 2011 08:14
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 ibrahima/1180447 to your computer and use it in GitHub Desktop.
Save ibrahima/1180447 to your computer and use it in GitHub Desktop.
Random git snipets (how meta)
#The thing you do to make grafts permanent
git filter-branch --tag-name-filter cat -- --all
#Move everything from a subdirectory to the root
git filter-branch --subdirectory-filter subdir/ -- --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment