Replies: 1 comment
-
Hi Gerald: Steve asked me to look at this. Two suggestions, for people who don't know git workflows well:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tier 2 Operator Guide: Forking for External Contributions
Introduction
Welcome to the Tier 2 Operator Guide! This guide is tailored for engineers and third-party contributors who want to enhance the project but don't have direct write access to the main repository. Forking is your key tool, enabling you to experiment and contribute without impacting the original codebase.
What is Forking?
Forking creates a personal copy of a repository on your own GitHub account. This copy is entirely independent, allowing you to modify the code freely without affecting the original project. It's like having your own sandbox to play in!
Why Fork?
Step-by-Step Forking Workflow
git commit -m "Add new feature: <description>"
Important Considerations
Beta Was this translation helpful? Give feedback.
All reactions