How can we change switch branches on a terminal without switching the same on an IDE (say eclipse in my case)
I have a branch b1 which is currently on terminal. Open eclipse and see the same branch of code.
After a particular point, if I change the branch in terminal, say checkout b2, even eclipse is getting changed to b2 which should not be the case.