Saya memiliki dua versi git yang berbeda. Dalam versi 1.6.2, git pushtidak memiliki -uopsi. Ini hanya muncul dalam versi 1.7.x.
Dari dokumen, -uterkait dengan variabel
branch.<name>.merge
di git config. Variabel ini dijelaskan di bawah ini:
Defines, together with branch.<name>.remote, the upstream branch
for the given branch. It tells git fetch/git pull which branch to merge.
Apa itu cabang hulu?
1
Lihat juga stackoverflow.com/questions/2739376/…
—
VonC