github
Diğer

GitHub – Visual Studio Code Bağlantısı Kurma

echo "# test" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/githesabınız/newProject.git  
git push -u origin main

Push ettikten sonra github hesabınızda README.MD commitini göreceksiniz.

Bir cevap yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir