Expensify app for future reference.

Git command List - Create a new git repo git status - view the changes to your project code git add - adds files to staging area git commit - creates a new commit with files from staging area git log - view recent commits

git rm -rf .git - removes the entire repository link to git. Use cautiously.