there is no tracking information for the current branch
git branch --set-upstream-to=origin/master master
git pull
there is no tracking information for the current branch
git branch --set-upstream-to=origin/master master
git pull
There is no tracking information for the current branch
# You could specify what branch you want to pull
git pull origin master
# Or you could set it up so that your local master branch tracks github master
# branch as an upstream:
git branch --set-upstream-to=origin/master master
git pull
There is no tracking information for the current branch.
$ git branch
* master
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us