1# You could specify what branch you want to pull
23git pull origin master
45# Or you could set it up so that your local master branch tracks github master
6# branch as an upstream:
78git branch --set-upstream-to=origin/master master
9git pull
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content