Closed JovieL25 closed 1 year ago
@JovieL25, I've unprotected the main branch. Go ahead and push your changes.
@smiths Thank you! I have pushed what I have locally to remote, now you can protect the main branch. You can close this issue after.
Great! I've protected the main branch again.
I would need access to perform a direct push from my local main branch because I used git large file storage (lfs) in the feature branch.
I cannot make a pull request to merge the feature branch because Git considers the feature branch having a completely different commits history.
Now I have my feature branch merged to the main branch locally, but I cannot push it directly to remote because I need a pull request review.
There are several ways to do it, the easiest way is to unprotect the main branch, I will then push my local main branch to remote, then we will protect it again after the first push.
Please let me know your thoughts.