Ho un repository nudo remoto hub
. Lavoro solo nel master
ramo. L'ultima frase di questo messaggio di errore qui sotto mi fa meravigliare: come faccio a sapere qual è il "telecomando configurato di default per il tuo ramo attuale" ? E come lo imposto?
[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.
git pull hub master
?