Mastering Git for QA Automation | Staging concept, Git status, add & commit | Mukunthan Ragavan

Published: 30 May 2024
on channel: QA Automation Alchemist
77
8

Git for QA automation testers involves structuring the content to progressively build knowledge from basic to advanced git concepts.

This video talks about
git status - Checking the status of the repository (Working directory).
git add - Adding changes to the staging area.
git commit - Committing changes with messages.