Skip to content

What does the git reset --mixed and git merge --abort commands do? #243

Answered by montasim
olx24 asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by olx24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants