/var/log
marcus chiu
Search
Search
Explorer
/var/log
❯
Computer
❯
Software/Fullstack Development
❯
0 - Plan
❯
Version Control System (VCS) - Source Control Management (SCM)
❯
git (Global Information Tracker)
❯
Git Client
❯
git binary
git - How to Revert the Top n Commits
Created on
Jun 18, 2021
Reverting the top 3 commits
git revert --no-commit HEAD~3..