ผมเคยใช้ Git สำหรับขณะนี้และเมื่อเร็ว ๆ push
นี้ได้ดาวน์โหลดการปรับปรุงเพียงเพื่อจะพบข้อความเตือนนี้เกิดขึ้นเมื่อฉันพยายามที่จะ
warning: push.default is unset; its implicit value is changing in
Git 2.0 from 'matching' to 'simple'. To squelch this message
and maintain the current behavior after the default changes, use:
git config --global push.default matching
To squelch this message and adopt the new behavior now, use:
git config --global push.default simple
เห็นได้ชัดว่าฉันสามารถตั้งค่าเป็นหนึ่งในค่าที่กล่าวถึง แต่สิ่งที่พวกเขาหมายถึงอะไร ความแตกต่างระหว่างsimple
และmatching
คืออะไร
หากฉันเปลี่ยนลูกค้ารายหนึ่งฉันจะต้องทำอะไรกับลูกค้ารายอื่นที่ฉันแบ่งปัน repos ด้วยหรือไม่