I have created two folders, A and B that in principle have to do with different projects, A and B but I want to join them, because for me they are the same project, because they share many files and because they are related to the same, a Angular tutorial that I'm following. I was working with folder A, I made a commit and then I went to folder B, I made a git init
and started to commit the changes, the problem I have when I go to do a 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=GuillermoBaldan/<branch> master
The truth is that I do not understand very well what is happening. If someone can explain it to me ...