Posts by Ludimila • 1 point
1 post
-
0
votes4
answers25119
viewsA: How to discard all commited changes?
If you want to dispose of everything permanently: git checkout . If you want it all back, but you might regret it: git stash
1 post
0
votes4
answers25119
viewsIf you want to dispose of everything permanently: git checkout . If you want it all back, but you might regret it: git stash