-4

I have 3 branches, develop is our git server ya origin branch so how I get latest get server?

Deepak
  • 21
  • 1
  • 5
  • Possible duplicate of [git - pulling from specific branch](https://stackoverflow.com/questions/4924002/git-pulling-from-specific-branch) – evolutionxbox Sep 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.

Shwetank
  • 374
  • 1
  • 6
  • 20