git init
git add README.md
git add .
git commit -m 'first commit'
git remote add origin https://github.com/44cat/git-to-github.git
http git push -u origin master / ssh git push -u origin master -f
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
git init
git add README.md
git add .
git commit -m 'first commit'
git remote add origin https://github.com/44cat/git-to-github.git
http git push -u origin master / ssh git push -u origin master -f