मेरे पास एक दूरस्थ नंगे भंडार है hub
। मैं master
शाखा में ही काम करता हूँ । इस त्रुटि संदेश का अंतिम वाक्य मुझे आश्चर्यचकित करता है: मुझे कैसे पता चलेगा कि "आपकी वर्तमान शाखा के लिए डिफ़ॉल्ट कॉन्फ़िगर किया गया रिमोट" है ? और मैं इसे कैसे सेट करूं?
[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
?