Skip to content

Instantly share code, notes, and snippets.

@c9s
Created August 21, 2015 03:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c9s/bed0d59865d5261ef77e to your computer and use it in GitHub Desktop.
Save c9s/bed0d59865d5261ef77e to your computer and use it in GitHub Desktop.
#!/bin/bash
git checkout --orphan temp $1
git commit -m "Truncated history"
git rebase --onto temp $1 master
git branch -D temp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment