we have two remote repositories for same project origin and sandbox.Now i am in origin master branch and trying to pull sandbox feature branch but i am getting conflict issue.
So how should i rebase my sandbox feature branch on origin master branch? and this is a regular thing so what is the best practice to resolve conflicts in this case? Note: i have already checked similar questions like How to rebase one Git repository onto another one? How to rebase one repo to another