Localdeki branch ını remote daki git reposuna gönderme:
ilgili kodun olduğu dizinde
Brancha geç:
git checkout -b branchadi
Dosyaları ekle:
git add .
remote olarak ekle:
git push origin branchadi
branch oluşturma:
git checkout branch "branchadi"
branchleri listeleme:
git branch
branch değiştirme:
git branch "branchadi"
ilgili kodun olduğu dizinde
Brancha geç:
git checkout -b branchadi
Dosyaları ekle:
git add .
remote olarak ekle:
git push origin branchadi
branch oluşturma:
git checkout branch "branchadi"
branchleri listeleme:
git branch
branch değiştirme:
git branch "branchadi"
Yorumlar
Yorum Gönder