git pull There is no tracking information for the current branch.

C:\gitrepo\github.com\NVardell\Other>git pull
remote: Enumerating objects: 613, done.
remote: Counting objects: 100% (613/613), done.
remote: Compressing objects: 100% (485/485), done.
Receiving objects: 100% (35690/35690), 236.66 MiB | 341.00 KiB/s, done.77 eceiving objects: 100% (35690/35690), 236.61 MiB | 410.00 KiB/s

Resolving deltas: 100% (6853/6853), done.
From https://github.com/NVardell/Other
* [new branch] dependabot/npm_and_yarn/Clash-Royale/clash-royale-api/bower-1.8.8 -> origin/dependabot/npm_and_yarn/Clash-Royale/clash-royale-api/bower-1.8.8
* [new branch] dependabot/npm_and_yarn/Clash-Royale/clash-royale-api/eslint-4.18.2 -> origin/dependabot/npm_and_yarn/Clash-Royale/clash-royale-api/eslint-4.18.2
* [new branch] dependabot/npm_and_yarn/Clash-Royale/clash-royale-api/lodash-4.17.19 -> origin/dependabot/npm_and_yarn/Clash-Royale/clash-royale-api/lodash-4.17.19
* [new branch] dependabot/npm_and_yarn/Clash-Royale/clash-royale-api/mongoose-5.7.5 -> origin/dependabot/npm_and_yarn/Clash-Royale/clash-royale-api/mongoose-5.7.5
* [new branch] master -> origin/master
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

git branch –set-upstream-to=origin/<branch> master

C:\gitrepo\github.com\NVardell\Other>git pull
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

git branch –set-upstream-to=origin/<branch> master

C:\gitrepo\github.com\NVardell\Other> git branch –set-upstream-to=origin/master master
fatal: branch ‘master’ does not exist

C:\gitrepo\github.com\NVardell\Other> git branch –set-upstream-to=origin/master master

C:\gitrepo\github.com\NVardell\Other>git branch –set-upstream-to=origin/master master
fatal: branch ‘master’ does not exist

C:\gitrepo\github.com\NVardell\Other>

C:\gitrepo\github.com\NVardell\Other>git checkout -b master
Switched to a new branch ‘master’

C:\gitrepo\github.com\NVardell\Other>git pull
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

git branch –set-upstream-to=origin/<branch> master

C:\gitrepo\github.com\NVardell\Other>git branch –set-upstream-to=origin/master master
fatal: branch ‘master’ does not exist

C:\gitrepo\github.com\NVardell\Other>git pull origin master
From https://github.com/NVardell/Other
* branch master -> FETCH_HEAD
Updating files: 100% (23153/23153), done.

C:\gitrepo\github.com\NVardell\Other>git branch –set-upstream-to=origin/master master
Branch ‘master’ set up to track remote branch ‘master’ from ‘origin’.

C:\gitrepo\github.com\NVardell\Other>git pull
Already up to date.

C:\gitrepo\github.com\NVardell\Other>

Similar Posts: