Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 287 Bytes

readme.md

File metadata and controls

9 lines (8 loc) · 287 Bytes

Git Commands

git init - Create a new git repo git status - View the changes to your project code git add - Add files to staging area git commit - Creates a new commit with files from staging area git log - View recent commits git remote -v - View repo linked to master "# expensify"