The trick is to add the line below to the .git/config file that is located from the root of the project you want to change: fetch = +refs/pull/*/head:refs/remotes/origin/pr/* The part that says origin can be different. It just represents the name of the ...
↧