Skip to content

Instantly share code, notes, and snippets.

View DusterTheFirst's full-sized avatar
🚀

Zachary Kohnen DusterTheFirst

🚀
View GitHub Profile
@DusterTheFirst
DusterTheFirst / re-sign-commits.md
Last active June 22, 2021 00:42
Retroactively sign commits
git pull
git status
git log
git rebase -i --committer-date-is-author-date --root

replace all pick with reword. Skip through all commits

git status