git init
git add .
git commit -m "first commit"
git remote add origin git@github.com:Mute1946/cidm4382-fall2016-inclass.git
git push -u origin master
| Name | Name | Last commit date | ||
|---|---|---|---|---|
git init
git add .
git commit -m "first commit"
git remote add origin git@github.com:Mute1946/cidm4382-fall2016-inclass.git
git push -u origin master