Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 101 Bytes

File metadata and controls

8 lines (5 loc) · 101 Bytes

Using Git and Github

git init

git add .

git commit -m "INSERT MESSAGE"

git push -u origin master