diff --git "a/Ders Notlar\304\261 - D\303\266rd\303\274nc\303\274 Hafta.md" "b/Ders Notlar\304\261 - D\303\266rd\303\274nc\303\274 Hafta.md" new file mode 100644 index 0000000..3245718 --- /dev/null +++ "b/Ders Notlar\304\261 - D\303\266rd\303\274nc\303\274 Hafta.md" @@ -0,0 +1,7 @@ +/////////////////////////////////////4. HAFTA////////////////////////////////////////////////////////////////////////////////////////////// + +git remote add origin https://github.com ===> yazacağımız bağlantıdaki repository ile yerel repository arasında bağlantı oluşturur. + +git remote -v ===> Bütün yaptığımız bağlantıları gösterir. + +git push -u origin master ===> Yerel commitimizi internetteki repositorye göndermeye yarar. \ No newline at end of file