1.

What are the functionalities of git reset --mixed and git merge --abort?

Answer»
  • git RESET --mixed command is used for undoing changes of the working directory and the git index.
  • git merge --ABORT command is used for STOPPING the merge process and returning back to the state before the merging occurred.


Discussion

No Comment Found