Description
Provide a comprehensive guide to Git basics for contributors. Cover creating and switching branches, making commits, amending commits, merging branches, pushing changes, and common best practices.
Type of Internal Work
Details
- How to branch (
git branch, git checkout, git reset, git reflog)
- Committing (
git add, git commit), and amending commits
- Merging branches and resolving conflicts
- Pushing to remote repositories
- Step-by-step examples for common workflows
- Best practices for collaboration
Acceptance Criteria
Additional Context
Description
Provide a comprehensive guide to Git basics for contributors. Cover creating and switching branches, making commits, amending commits, merging branches, pushing changes, and common best practices.
Type of Internal Work
Details
git branch,git checkout,git reset,git reflog)git add,git commit), and amending commitsAcceptance Criteria
Additional Context