Welcome to my GitHub repository! I'm currently learning about Git, GitHub, and version control to improve my development workflow and collaborate more effectively.
- β
How to initialize a Git repository (
git init) - β
How to track changes with commits (
git add,git commit) - β
How to push code to GitHub (
git remote add,git push) - β
How to manage versions and branches (
git checkout,git merge) - β How to write clean and useful README files