ฉันมีคอมไพล์สองเวอร์ชัน ในเวอร์ชั่น 1.6.2 นั้นgit pushไม่มี-uตัวเลือก มันจะปรากฏขึ้นในรุ่น 1.7.x
จากเอกสารที่-uเกี่ยวข้องกับตัวแปร
branch.<name>.merge
ในgit config. ตัวแปรนี้อธิบายไว้ด้านล่าง:
Defines, together with branch.<name>.remote, the upstream branch
for the given branch. It tells git fetch/git pull which branch to merge.
สาขาต้นน้ำคืออะไร
1
ดูstackoverflow.com/questions/2739376/…
—
VonC