#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 git commit - Creates a new commit with files from staging area git log - View recent commits
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#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 git commit - Creates a new commit with files from staging area git log - View recent commits