Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 146 Bytes

File metadata and controls

9 lines (6 loc) · 146 Bytes

My Git Cheatsheet

Getting a file onto github

- git add <filename>
- git commit -m "Commit message"
- git push

- git status