Activity #5 Github Fundamentals
Step 1: Setting Up Git Install Git 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 Stag...
Aug 25, 20241 min read66

