Suppose you are working on the branch current-branch basically, what happens in Git-terms:
git stash Git checkout other-branch
Then, when you checkout current-branch pop instead of git hiding
stores ungraded changes in the working directory. Git hiding places to capture unlimited changes and keep them at the top of current-branch
No comments:
Post a Comment