Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Git & GitHub Journey 🚀

Learning Git step by step and applying it in real workflows.


📌 About

This repository documents my learning journey of Git and GitHub.
I am practicing version control, commands, and real workflows.


✅ What I Have Learned

  • git init, add, commit
  • git status and git log
  • git clone, push, pull
  • branching and merging basics
  • undo commands (reset, checkout)

🔄 Basic Git Workflow I Follow Create or modify files

  1. git add .
  2. git commit -m "message"
  3. git push

💻 Practice Work

  • Created a sample project using HTML
  • Practiced commits and file tracking
  • Learned how to manage changes

❌ Mistakes I Made

  • Forgot to stage files before committing
  • Confused between pull and fetch
  • Didn’t know how to undo commits earlier

🎯 Next Goals

  • Learn Microsoft Excel then PostgreSQL and Cloud Data Stack
  • Use Git in real projects
  • Improve branching and merging skills

🚀 Tools Used

  • Git
  • GitHub
  • VS Code

About

Hands-on practice of Git and GitHub covering version control, branching, commits, and repository management.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages