Comment by rav

Comment by rav 2 days ago

0 replies

For move-branch: Use `git branch -f master HEAD~` if you're currently on another branch, or `git reset --soft HEAD~` if you're currently on master.