Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Is it possible to merge feature branches into the main branch after using BFG?

csimmons_vital December 10, 2016

The documentation for using BFG to migrate to Git LFS states that we should push all changes first and that "Any work that has not been pushed will be impossible to merge later" (https://confluence.atlassian.com/bitbucket/use-bfg-to-migrate-a-repo-to-git-lfs-834233484.html). Is just pushing changes sufficient, or do I need to merge everything into one branch too? I don't want to end up in a situation where I push my main branch and my feature branch, run BFG on both branches, and find that I can't merge the new feature branch into the new main branch.

1 answer

1 vote
sgoo
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 18, 2016

Pushing is all that is needed.

In step one when you clone with the --mirror flag it downloads all branches regardless of if they have been merged or not.

So as long as you get all developers to stop and push their branches and make NO changes until they have downloaded the BFG converted version then you will have no problem merging branches again.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events