git

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: … Continue reading git