-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Open
Copy link
Labels
documentationNeeds improvements or additions to documentationNeeds improvements or additions to documentationgood first issueA good issue for first-time contributorsA good issue for first-time contributors
Description
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
- Technical debt/refactoring
- Dependency upgrade
- Script/tooling development
- Platform/infrastructure
- Documentation
- Maintenance
- Other: ___________
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
- Clear, step-by-step explanations for each Git operation
- Examples included for each workflow
- Easy to follow for beginners
Additional Context
Reactions are currently unavailable
Metadata
Metadata
Labels
documentationNeeds improvements or additions to documentationNeeds improvements or additions to documentationgood first issueA good issue for first-time contributorsA good issue for first-time contributors
Type
Projects
Status
In progress