Git - Oluşturulan branch'i remote'a otomatik gönderme
Git - Oluşturulan branch'i remote'a otomatik gönderme

19 Nov, 2022 1 dk

Git - Oluşturulan branch'i remote'a otomatik gönderme

19 Nov, 2022

1 dk

Git - Oluşturulan branch'i remote'a otomatik gönderme
git
git config --global push.autoSetupRemote true

git configleri içerisindeki `push.autoSetupRemote` sayesinde yeni bir branch oluşturduğunuzda, otomatik olarak remote sunucuya pushlayabilirsiniz. 

Bu sayede `current branch abc has no upstream branch` uyarısını almadan devam edebilirsiniz.

İLGİLİ MAKALELER
İLGİLİ KOD PARÇALARI