this has nothing to do with c, and probably more to do with git. The image is of (one of many) git clients. Why not include the exact program and version you are using, so that people that know it can answer? Also, the question is not really about programming, but about "how do I do X with program Y".
– tucuxiApr 10 '19 at 11:05
2
It’s not totally clear what you’re asking but my guess is `git pull`.
– Ry-Apr 10 '19 at 11:06
I think what you mean is pull `origin/master` into your `local branch` right ? If yes you need `git pull origin master` should work for you . You need to be in to local branch before doing this
– RmahajanApr 10 '19 at 11:13
https://stackoverflow.com/questions/30590083/how-do-i-rename-both-a-git-local-and-remote-branch-name/30590238#30590238
– CodeWizardApr 10 '19 at 11:32