Quick update: I’ve been learning Git & GitHub and now pushing my projects to repos consistently. Really starting to understand version control and proper workflows.
Installed GitHub CLI, learned Git is open-source and already pre-installed, and started understanding how Git and GitHub work together.Practicing basic commands like:
• git init – start a new repo
• git status – check file changes
• git add – stage files
• git commit – save a snapshot
• git push – upload to GitHub
• git clone – copy a repo locally
• git pull – sync latest changes