Activity #5 Github Fundamentals
Activity #5 Github Fundamentals

Check Version and Configure Git
git config --global user.name "Github Username"
git config --global user.email "your.email@example.com"

Step 2: Basic Git Commands
Initialize a New Repository

Add Files to the Staging Area


View Commit History

Check Status of Repository

