Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 118 Bytes

Git.md

File metadata and controls

9 lines (5 loc) · 118 Bytes

git init

git add .

git commit -m ""

git remote add origin your repository

git push origin master