How to merge Github branches
Let's take an example of my repo: which has 2 branches
main
test
now to merge branch_test into branch_main, so first of all make sure all your local code is up to date on the cloud by adding, committing, and pushing
git add .
git commit -m "commi...
sarvesh42.hashnode.dev1 min read