2
Github'daki projeye katkıda bulunarak, "çekme isteğimi ana öğenin üzerine nasıl yeniden sıralayabilirim"
Tamam, github'daki bir projeye katkıda bulunuyorum. Github'daki proje upstream, benim github'daki çatallı depom originve localbilgisayarımdaki depom . git checkout -b feature # Working on feature git commit -a -m 'only commit on feature' sonra bir çekme talebi gönderiyorum git push origin master Çekme talebi incelenir ve ilgisiz bir değişiklik yapılması …