bin/git-truncate 33174e010f5c586ecd89ce47067f796b751989f5
#!/bin/bash
# usage: git-truncate refhashtag
git checkout --orphan temp $1
git commit -m "Truncated history"
git rebase --onto temp $1 master
git branch -D temp
1 comment:
i believe you are the scott macgregor that was doing research on the dowling family and you contacted my family for details in 1997. please email me if you are! jennifer.rose.dowling@gmail.com
Post a Comment