I have created a new branch in my local named 'abc-main' from main. and created another branch for create a feature 'abc-child'. meantime, one of my colleague created same branch 'abc-main' and pushed changes on it and published in remote.
Now, how can i link my remote 'abc-main' with the branch that my colleague created with same name. So that git pull, git fetch will fetch the details from the remote branch.