Skip to content

Push Changes to Fork

PROJECT ZERO edited this page Jan 18, 2025 · 1 revision

Push Changes to Fork

Step-by-Step Instructions

  1. Open Terminal: Open your terminal or command prompt.

  2. Navigate to the Repository: Use the cd command to navigate to the directory of your cloned repository.

  3. Push Changes: Use the git push command to push your changes to your forked repository. For example:

    git push origin new-feature-branch
  4. Verify the Push: Verify that the changes have been pushed successfully by checking your forked repository on GitHub.

  5. Open a Pull Request: Open your web browser and navigate to your forked repository on GitHub. Click on the "New pull request" button. Select the branch you want to merge into the main repository and provide a descriptive title and detailed description of the changes you have made. Click on the "Create pull request" button to submit your pull request for review.

TABLE OF CONTENTS

Clone this wiki locally