echo "# COGS108_Repo" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/mefung/COGS108_Repo.git git push -u origin master
mefung/COGS108_Repo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
echo "# COGS108_Repo" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/mefung/COGS108_Repo.git git push -u origin master