Checkout immutable change #5156
-
Sometimes I want to checkout, e.g. root of current branch. Say, in order to check that some things which are broken now aren't broken there and it's my fault.
What is the proper way to handle it?
|
Beta Was this translation helpful? Give feedback.
Answered by
martinvonz
Dec 20, 2024
Replies: 1 comment
-
Without the
It should be dropped automatically when you update away from it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kriomant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Without the
-A
.It should be dropped automatically when you update away from it.