/expensify

Primary LanguageJavaScript

Git commands

git init - Create a new git repo git status- View the changes made in project git add - Add files to staging area git commit- Creates a new commit with files from the staging area git log - View commits statuses