Skip to content

cocofemi/React_Course_Expensify_App

Repository files navigation

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 for a commit git commit -m - Creates a new commit with files from staging area (m--optional message) git commit -a -m - Commits a modified file to and not untracked or new files git push - Push Updated files onto GitHub git push --force - Override all files on GitHub git log - View recent commits

rm -rf .git - remove git from tracking a file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published