-
Short answer. |
Beta Was this translation helpful? Give feedback.
Answered by
montasim
Oct 26, 2022
Replies: 1 comment
-
git reset --mixed is used to undo changes made in the working directory and staging area. git merge --abort helps stop the merge process and return back to the state before the merging began. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
olx24
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git reset --mixed is used to undo changes made in the working directory and staging area.
git merge --abort helps stop the merge process and return back to the state before the merging began.