To merge a branch files with master git
git checkout master git pull origin master git merge --squash test git commit git push origin master
Tutorialshore
To merge a branch files with master git
git checkout master git pull origin master git merge --squash test git commit git push origin master