Git Reset
Usecase
My most common usecase for git reset is when i stage changes by mistake. Maybe i make some changes that involve multiple things and i want to divide them into seperate commits.
If you add them, git tells you this
use "git restore --staged ...
justmyahia.hashnode.dev1 min read