Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git Pull Request #74

Merged
merged 1 commit into from
Jul 31, 2023
Merged

Git Pull Request #74

merged 1 commit into from
Jul 31, 2023

Conversation

Yemaneberhan-Lemma
Copy link
Contributor

Created a page about Git Pull Request

@netlify
Copy link

netlify bot commented Jul 27, 2023

Deploy Preview for axelerant-engg-handbook ready!

Name Link
🔨 Latest commit 3447bae
🔍 Latest deploy log https://app.netlify.com/sites/axelerant-engg-handbook/deploys/64c260c948cf640008777d55
😎 Deploy Preview https://deploy-preview-74--axelerant-engg-handbook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -0,0 +1,27 @@
---
title: Pull Request (PR)
weight: 2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yemaneberhan-Lemma, IIRC, the branching and merging had a weight of 4. It doesn’t make sense to talk about pull requests before talking about branching, no?


# Pull Request (PR)

A Git PR, or pull request, is a way to propose changes to the codebase. Post review your changes are merged. This process helps to ensure that changes are reviewed by someone else, which reduces the chances of any errors.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let’s make it clear that PR is a GitHub or GitLab feature (called MR over there). Git doesn’t need anything called pull requests.


## PR failures/debugging/troubleshoot

Github makes some checks against our PR to see if it is ready to be merged. Failing these checks is considered a failing of PR, or simply PR failed.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see this document doesn’t mention GitHub Actions at all. I think it is important to mention that.

@hussainweb hussainweb merged commit 3447bae into axelerant:main Jul 31, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants