github

GitHub Upload Sorunu Çözümü

Github’a yüksek boyutlu dosya upload ederken Total kısmında kalıp hata fırlatmadan bekleme sorunu için Total 47 (delta 4), reused 0 (delta 0) git config –global http.postBuffer 157286400 komutu ile buffer yükseltimi yapmanız sorunu çözüyor.  

Git Komutları

Ekteki Link üzerinden Git komutlarını inceleyebilir çıktısını alabilirsiniz. https://docs.google.com/spreadsheets/d/1mRd2SgBPP-zIbaO9mZ5l3lQLmoFVi92FyqpztBlcWeo/edit?usp=sharing.   Getting & Creating Projects Command Description git init Initialize a local Git repository git clone ssh://[email protected]/[username]/[repository-name].git Create a local copy of a remote repository Basic Snapshotting Command Description git status Check status git add [file-name.txt] Add a file to the … Okuyun…