Git Forked Repository Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Git Operations =Overview= =Fork= =Send a PR= =Sync the Repository after the PR Merge=") |
(→Fork) |
||
Line 4: | Line 4: | ||
=Fork= | =Fork= | ||
Go to GitHub UI and click on the "Fork" button at the top of the page. | |||
Where should we work <project-name>? | |||
Use your own "personal" organization. | |||
Forking <original-org>/<project-name> | |||
=Send a PR= | =Send a PR= | ||
=Sync the Repository after the PR Merge= | =Sync the Repository after the PR Merge= |
Revision as of 16:42, 1 November 2023
Internal
Overview
Fork
Go to GitHub UI and click on the "Fork" button at the top of the page.
Where should we work <project-name>?
Use your own "personal" organization.
Forking <original-org>/<project-name>