My Intro to Git and Github
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