Binaryfolks 2020 Dev Assignment
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Go down
avatar
subam_sarkar
Posts : 2
Join date : 2020-07-26

There is no tracking information for the current branch Empty There is no tracking information for the current branch

Mon Jul 27, 2020 2:03 am
Hey There, I have installed Xamp, Composer, Git and VS Code.
I think I have done something wrong while setting up the git repo
I am not able to pull and push my local repo to my Github repo.
whenever I'm doing the pull I'm getting the error "There is no tracking information for the current branch"
I tried to solve it from StackOverflow and google but no solutions worked for me.
sujoy98
sujoy98
Posts : 19
Join date : 2020-07-25
Age : 25

There is no tracking information for the current branch Empty Pull error.

Mon Jul 27, 2020 8:14 am
Specify what branch you want to pull:
Code:
git pull origin master
ou could set it up so that your local master branch tracks github master branch as an upstream:
Code:
git branch --set-upstream-to=origin/master master
git pull
For the default branch when you clone a repository, this branch tracking is set up for you automatically but if you add a remote to an existing repository you have to set up the tracking yourself.
avatar
subam_sarkar
Posts : 2
Join date : 2020-07-26

There is no tracking information for the current branch Empty Re: There is no tracking information for the current branch

Mon Jul 27, 2020 1:21 pm
I found this solution earlier on SO.
I'm not using git from my command line.
I'm using it from VS code.
I have already connected my VS code with my github.
I'm not able to specify the github repo with my local repo.
Btw Thanks for the help. But the solution did'nt worked for me.
avatar
Sudipta Das
Posts : 14
Join date : 2020-07-25

There is no tracking information for the current branch Empty Re: There is no tracking information for the current branch

Mon Jul 27, 2020 4:17 pm
https://www.youtube.com/watch?v=Fk12ELJ9Bww
follow the steps in this video..hope it will help you Smile
Sponsored content

There is no tracking information for the current branch Empty Re: There is no tracking information for the current branch

Back to top
Permissions in this forum:
You cannot reply to topics in this forum