Possible duplicate of [git - pulling from specific branch](https://stackoverflow.com/questions/4924002/git-pulling-from-specific-branch)
– evolutionxboxSep 16 '19 at 22:40
1 Answers1
1
You can either do git pull or you can use git fetch.
Difference between these two can be seen in the following link
Next time please search on stack overflow more thoroughly. These questions are already answered.