I have a branch called FEATURE-1 and I created this branch from staging then:
- I push this FEATURE-1 and got conflict,
- I rebased
git rebaseinto development
After I already tested my FEATURE-1 and no issue so far then I could go to staging branch.
Unfortunately not all codes from branch development should into staging, but my branch FEATURE-1 already got rebased from development.
To be safe better I want to get the source branch from master instead.
Is that possible for my branch FEATURE-1 set up to branch master for the source origin?