Skip to content

mohsenpasdar/expensify-ripi

Repository files navigation

Git Commands

git init - Create a new git repo git status - View the changes to our project data git add - Add files to staging area git commit - Create a new commit with files from staging area git log - view recent commits