git ile repo da yeni branch nasıl oluşturulur ve oluşturulmuş bir branch sileriz?
comments
1 references
// Comments are closed.
git ile repo da yeni branch nasıl oluşturulur ve oluşturulmuş bir branch sileriz?
// Comments are closed.
Yeni bir branch yaratmak için;
daha sonrasında ise checout alıyoruz;
değişiklikleri yaptıktan sonra
git push origin HEAD komutu ile branch’i remote repo ya göndermiş oluruz.
silmek için ise;