Skip to content

hadiashah01/learn-Git-and-GitHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

70 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Learn Git & GitHub

This repository documents my learning journey of Git and GitHub.
It includes structured notes, practical Git commands, and screenshots to demonstrate usage.

πŸ“‘ Table of Contents

πŸ“˜ About This Repository

This repository was created to:

  • Learn Git fundamentals (local version control)
  • Understand GitHub (remote repositories)
  • Practice proper documentation using README files
  • Follow professional Git workflow practices

🧠 Git Topics Covered

Command Purpose Screenshot Links
git init Initialize a repository Git Init Screenshot
git status Check repository status Git Status Screenshot
git add Stage changes Git Add Screenshot
git commit Save changes Git Commit Screenshot
git push Push to remote repository Git Push Screenshot
git clone Clone a repository Git Clone Screenshot
git pull Fetch and merge changes from remote repository Git Pull Screenshot

🌐 GitHub Basics

This repository demonstrates GitHub concepts such as:

  • Creating a new repository
  • Viewing commit history
  • Viewing individual commits
  • Copying clone URLs
  • Navigating the GitHub interface

πŸ“Œ Repository Structure

learn-Git-and-GitHub/
β”œβ”€β”€ README.md
β”œβ”€β”€ notes/
β”‚   β”œβ”€β”€ README.md
β”‚   β”œβ”€β”€ learn-Git.md
β”‚   └── learn-GitHub.md
└── screenshots/
    β”œβ”€β”€ Git/
    └── GitHub/   

πŸ–Ό Screenshots

Cropped screenshots are added to clearly show:

Best Practices

  • Always use clear and self-descriptive commit messages
  • Commit small, atomic changes instead of pushing everything at once

πŸ’‘ Motivation

β€œConsistency and practice turn learning into mastery.”

πŸ”— References

About

A comprehensive guide to Git and GitHub fundamentals, featuring documented commands, version control workflows, and visual step-by-step screenshots

Topics

Resources

Stars

Watchers

Forks

Contributors