Github'u nispeten kısa bir süreden beri kullanıyorum ve her zaman müşteriyi taahhütler ve çekimler yapmak için kullandım. Dün git bash denemeye karar verdim ve başarıyla yeni bir repo oluşturdum ve dosyalar işledim.
Bugün başka bir bilgisayardan depoda değişiklikler yaptım, değişiklikleri yaptım ve şimdi eve döndüm ve git pull
yerel sürümümü güncellemek için bir gerçekleştirdim ve bunu alıyorum:
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>
bu repoya tek katkıda bulunan ben ve şube yok (sadece usta). Windows'tayım ve git bash'tan çekildim:
git durumu:
$ git status
# On branch master
nothing to commit, working directory clean
git şubesi:
$ git branch
* master
Neyi yanlış yapıyorum?
git pull
.
git pull --set-upstream-to=origin/master master
mümkündür. Aşağıdaki cevabımı
git remote -v
? Bu ne diyor?