I have currently one of the project it contain more branches. master branch not yet merger long time. So i want switched to master with latest code.
Can you please g
If you want to merge the working branch into the master, you can also use rebase which is a bit cleaner.
git checkout master git rebase