en:cs:git:basic:github
This is an old revision of the document!
Transferring Local Repo to Github
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:github
en/cs/git/basic/github.1746304862.txt.gz · Last modified: 2025/05/03 20:41 by ulascemh