en:cs:git:github
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:github
en/cs/git/github.txt · Last modified: 2025/05/04 18:47 by ulascemh