You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I'm have 'main' as the default branch in my repo, and origin/HEAD is the last commit in a 'main' branch.
So, when I've pushed last changes by UE4GitPlugin, they were hit into my working branch.
But, if when I tried to Pull/Sync last changes by UE4GitPlugin, it pulled changes from origin HEAD (master) branch.
Hello. I'm have 'main' as the default branch in my repo, and origin/HEAD is the last commit in a 'main' branch.
So, when I've pushed last changes by UE4GitPlugin, they were hit into my working branch.
But, if when I tried to Pull/Sync last changes by UE4GitPlugin, it pulled changes from origin HEAD (master) branch.
Also I've did this:
But nothing changed. It tried to get last changes from the 'main' branch as before, not from the current working branch.
What I'm doing wrong?
Is it possible to force git & UE4 Git Plugin force to pull last changes from the specific remote branch?
Thanks!
The text was updated successfully, but these errors were encountered: