mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-22 08:06:27 +00:00
217 B
217 B
Revert branch to commit
Revert a branch to a certain commit, discarding newer ones.
# Specific commit
git reset --hard a1d6424
# Commits back
git reset --hard HEAD@{3}
# Push
git push -f