Lesson 2 — Git & GitHub Journey
Understanding File Changes in Git Today you’ll learn: git diff staging vs unstaging restoring files .gitignore These are daily-use Git skills. 1. Modify Existing File Change your file: touch not
Jun 10, 20262 min read

Search for a command to run...
Articles tagged with #github-actions
Understanding File Changes in Git Today you’ll learn: git diff staging vs unstaging restoring files .gitignore These are daily-use Git skills. 1. Modify Existing File Change your file: touch not

Lesson 1 — Git & GitHub Journey What is Git? Git is a version control system. It tracks: file changes code history who changed what rollback versions team collaboration Think like: Save Game Sy
