/react-course-2-boilerplate

From https://completereactcourse.com

Primary LanguageJavaScript

Git Commands

  • git init - Create a new git repo
  • git status - View changes to your project code
  • git add - Add files to staging area
  • git commit - Create a new commit with files in staging area
  • git log - View recent commits