最佳答案
Working with git, after some 'commit', and a couple of 'push', I realized that am using the wrong branch !
Now I have to remove in some way my changes in wrong_branch and commit and push the changes in right_branch
What's the best (and simple) way to do that ?
thank you