Make git pull (rebase) by default pull only from current downstream branch -
I am using the method found when dragging git:
I now use the GIT bridge '- Drag only the existing branch by default: Although this answer does not work when git is configured to rebase by default.
Is there any way to regulate the githa and only to pull the current branch?
you have to do rebase = true
git branch --set-upstream master origin / master After, you can configure the Ribbes attribute of your branch:
git config branch.master.rebase false
Comments
Post a Comment