Bazı git komutları

git branch   : Localdeki branchleri gösterir

git checkout -b  branchname: branci checkout eder ve aktif branch olur

git push origin branchname: branch i remote a push eder

git push –set-upstream origin branchname: upstreamde branch oluşturur ve push eder

git add: değişenb dosyaları ekler

git commit -m “mesaj”: Değişiklikleri locale commit eder

git push : aktif branch i remote a push eder

git pull: aktif branch i remote’tan günceller

git branch -d branchname: branchı siler.

git merge branchname: Aktif branch branchname’i merge eder.