Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help with Sync/Pull from current working branch #152

Open
R3D9477 opened this issue Dec 20, 2020 · 0 comments
Open

Need help with Sync/Pull from current working branch #152

R3D9477 opened this issue Dec 20, 2020 · 0 comments

Comments

@R3D9477
Copy link

R3D9477 commented Dec 20, 2020

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:

git checkout MyWorkingBranch
git remote set-head origin MyWorkingBranch
git symbolic-ref HEAD refs/heads/MyWorkingBranch
git push --set-upstream origin MyWorkingBranch

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant