Git: Welches ist die standardmäßig konfigurierte Fernbedienung für den Zweig?

Ich habe eine remote bare repository hub. Ich arbeite nur in der master Zweig.
Der Letzte Satz dieser Fehlermeldung unten macht mich Fragen: Wie finde ich heraus, welches ist das "konfigurierten Standard-Fernbedienung für den aktuellen branch"? Und wie muss ich es einstellen?

[myserver]~/progs $ git remote -v
hub     ~/sitehub/progs.git/(fetch)
hub     ~/sitehub/progs.git/(push)

[myserver]~/progs $ git branch -r
  hub/master

[myserver]~/progs $ cat .git/HEAD
ref: refs/heads/master

[myserver]~/progs $ git pull hub
You asked to pull from the remote 'hub', but did not specify
a branch. Because this is not the default configured remote
for your current branch, you must specify a branch on the command line.

InformationsquelleAutor der Frage leonbloy | 2011-01-31

Schreibe einen Kommentar