User Tools

Site Tools


en:cs:git:basic

This is an old revision of the document!


Yerel Repoyu Github'a Aktarma

git init -b main
git add --all
git commit -m "First commit"
git remote add origin <REMOTE_URL>
git remote -v
git push origin main

Taken from UCH Wiki. https://wiki.ulascemh.com/doku.php?id=en:cs:git:basic

en/cs/git/basic.1746138621.txt.gz · Last modified: 2025/05/01 22:30 by ulascemh