Je suis assez nouveau à git. J'ai été principalement le contrôle des choses, dans un référentiel, mais maintenant je veux obtenir les dernières modifications à partir d'un autre développeur.
J'ai essayé de simplement faire une commande comme celle - git pull
quelque chose a couru, mais il est de retour avec un message du genre:
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 develop origin/<branch>
Alors je n' git pull my_branch_name
et il est revenu avec ceci:
fatal: 'develop' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
mais j'avais fait git checkout my_branch
juste avant que.
Quelqu'un pourrait s'il vous plaît laissez-moi savoir ce que j'ai fait de mal et comment je peux simplement vous obtenez les derniers fichiers qui a été vérifié?
Merci!