en:cs:git:basic:github
                Differences
This shows you the differences between two versions of the page.
| en:cs:git:basic:github [2025/05/03 20:41] – created ulascemh | en:cs:git:basic:github [2025/05/04 18:46] (current) – removed ulascemh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Transferring Local Repo to Github ===== | ||
| - | <code bash> | ||
| - | git init -b main | ||
| - | git add --all | ||
| - | git commit -m "First commit" | ||
| - | git remote add origin < | ||
| - | git remote -v | ||
| - | git push origin main | ||
| - | </ | ||
| - | |||
| - | |||
| - | <wrap onlyprint> | ||
| - | <wrap hide> | ||
| - | https:// | ||
| - | </ | ||
en/cs/git/basic/github.1746304862.txt.gz · Last modified: 2025/05/03 20:41 by ulascemh
                
                