Please help to clarify the question below.
I have done the following steps.
- git checkout -b test origin/master
- Made some code changes
- git add followed by git commit and git push
- One of my colleagues checked out my test branch. He did not add any new changes in it
- Now I updated test branch with new code changes and pushed it.
I would like to know, how would my colleague who has already checked out test branch,be able to see the latest changes that I did in step 5.