#Git Commands
git init -- Create a new git repository git status -- View the changes of the project code git add -- Add files to statging area git commit -- Creates a new commit with the files from staging area git log -- View recent commits
#Git Commands
git init -- Create a new git repository git status -- View the changes of the project code git add -- Add files to statging area git commit -- Creates a new commit with the files from staging area git log -- View recent commits