Skip to content

Latest commit

Β 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

Git & GitHub Practical Workflow

A hands-on project created to practice Git and GitHub workflows used in real software development and open-source collaboration.

🎯 Objective

The goal of this project is to understand Git and GitHub through practical workflows rather than only memorizing commands.

πŸ› οΈ Git Concepts Practiced

  • Git repository initialization and cloning
  • Working directory and staging area
  • git status
  • git add
  • git commit
  • git push
  • git pull
  • git fetch
  • git diff
  • git log
  • Branch creation and switching
  • Branch deletion
  • Branch merging
  • Merge conflict resolution
  • Pull Requests
  • Code review workflow
  • GitHub forks
  • origin and upstream remotes
  • Fork-based contribution workflow
  • Commit history and merge history

πŸ”„ Development Workflow

Create / Clone Repository
        ↓
Create Feature Branch
        ↓
Make Changes
        ↓
git add
        ↓
git commit
        ↓
git push
        ↓
Pull Request
        ↓
Code Review
        ↓
Merge
        ↓
Update Local Main

About

later i will add "Meaning full Discription"

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors