smiths / aorta

Other
2 stars 0 forks source link

Need access to push my local main to remote main branch #36

Closed JovieL25 closed 1 year ago

JovieL25 commented 1 year ago

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.

smiths commented 1 year ago

@JovieL25, I've unprotected the main branch. Go ahead and push your changes.

JovieL25 commented 1 year ago

@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.

smiths commented 1 year ago

Great! I've protected the main branch again.