I have created a branch but it seems that it replaced the master. I cannot see the branch’s files on my folder. Basically it seems that master and branch are same files, like a one line. However I want to create a branch and then I want to work on both the branch and the master.
Share
Use
git checkoutto switch between your two branches.