🛠 Stages of Git Workflow:

1_yHKzz1RaeLxtnDnnLcJVnA.jpg

four_stages.png

→ Git follows a three-stage process to efficiently track changes and manage versions:

1️⃣ Working Directory (Workspace)

2️⃣ Staging Area (Index)

3️⃣ Repository (Local & Remote)


📖 Git Terminologies - Add, Commit, Push, Pull, Branch: