আমার কাছে গিটের দুটি ভিন্ন সংস্করণ রয়েছে। 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