Git Pull Request Process: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 February 2025

  • curprev 22:0022:00, 11 February 2025Tlyle talk contribs 1,322 bytes +1,322 Created page with "== Pull Request (PR) in GitHub == A **Pull Request (PR)** on GitHub is a way to propose changes to a repository. It allows developers to collaborate by reviewing and discussing code before merging it into the main branch. === How a Pull Request Works === # **Fork or Clone the Repository** – Create a copy (fork) or clone the repository to your local machine. # **Create a New Branch** – Instead of working directly on the `main` branch, create a new branch for your cha..."