SyntaxFix
Write A Post
Hire A Developer
Questions
What you are looking for is merging.
git merge master
With pull you fetch changes from a remote repository and merge them into the current branch.
pull