Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 173 Bytes

Read.md

File metadata and controls

10 lines (6 loc) · 173 Bytes

git clone <url (ssh)> # this is how you create a clone repo from github

git add <filename> # stages the changes

git commit # commit changes

git push origin main