Is there a way to take back a git add . that still allows git -patch afterwards
I executed git add .
by accident: I wanted to execute git --patch
instead because I know that I want my changes to go into three different commits.
I executed git add .
by accident: I wanted to execute git --patch
instead because I know that I want my changes to go into three different commits.