Here is the scenario
- I am the only developer in my team (stated to make it clear that there will be no change from other team members to consider)
- have a main branch stable and deployed on production server
- created a feature branch add some other features and changes into existing business flow
Everything looks fine, now I wanted to merge these all new features to main branch
Committed and synced on server all news changes are going to feature branch
- Created a pull request and approved it, it deleted feature branch from server but it still exists on Local machine
- The question is How to merge all changes into main branch and delete feature branch on local machine as well?