×
Answer the following questions:
git reset
and git revert
. When would you use one over the other?git merge
and git rebase
. When would you use one over the other?git stash pop
and git stash apply
. When would you use one over the other?interactive
mode when rebasing?It's time to practice some more with everything you have learned.
revert
to undo commits and rebase
with interactive mode for a better commit history.By now you should feel pretty comfortable working with Git, so push yourself to keep learning more! Start by reading the Advanced Overview on Atlassian and learn about the inner workings of Git and other advanced commands and flags that we have not shown you. Most of all, keep up the good work!
You can find the solutions here