GIT and Command Line Flashcards
1
Q
How do you drop all uncommitted changes on GIT?
A
git checkout – .
NB: There is a space after the double dash
Coding > GIT and Command Line > Flashcards
How do you drop all uncommitted changes on GIT?
git checkout – .
NB: There is a space after the double dash