git init git remote add origin https://github.com/USERNAME/REPO_NAME.git git add . git commit -m "first commit" git push -u origin master
nuriultra/Nuri-Ultra-2
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
git init git remote add origin https://github.com/USERNAME/REPO_NAME.git git add . git commit -m "first commit" git push -u origin master