I have created a branch named test
based on the origin/master
branch, then I made some changes to the test branch, I found out the same modification also appeared on the local master branch, is it normal?
Or What should I do to avoid this situation happen again,should I create a branch base on another remote branch?
Thanks for your answer