Peter Manton :: Tech Notes
Pages
(Move to ...)
Home
▼
Friday, 10 July 2020
Reverting to a previous git commit
Fortunately it's pretty easy to do:
git revert --no-commit <commit-version>..HEAD
git commit
git push
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment