I have a branch.
I work with a colleague on the same branch.
He commited something on the branch in a remote repo.
I want to pull this change to my local branch. but pull pulls changes in relation to target-branch, not the branch we're working on.
If I try to push changes into the remote repo my last commit will delete a commit made by my colleague and push my changes into the remote repo, as I understood what but wanted to do.
I know only the solution is that you need to teardown butler and pull changes by yourself.
Please, add a feature that can integrate upstream changes into my local branch.
I have a branch.
I work with a colleague on the same branch.
He commited something on the branch in a remote repo.
I want to pull this change to my local branch.
but pullpulls changes in relation to target-branch, not the branch we're working on.If I try to push changes into the remote repo my last commit will delete a commit made by my colleague and push my changes into the remote repo, as I understood what
butwanted to do.I know only the solution is that you need to teardown butler and pull changes by yourself.
Please, add a feature that can integrate upstream changes into my local branch.