Openscapes / 2022-noaa-afsc

Openscapes Champions Cohort for the Alaska Fisheries Science Center (NOAA AFSC)
https://openscapes.github.io/2022-noaa-afsc
4 stars 6 forks source link

Discuss pros / cons of branching at another time? #11

Closed CraigFaunce-NOAA closed 2 years ago

CraigFaunce-NOAA commented 2 years ago

@jules32 Thanks so much for all of this. I got a bit confused by the terminology 'pull request' when i created a branch here. Is that pullilng into Main? Im used to seeing 'Create Merge Request'.

jmlondon commented 2 years ago

@CraigFaunce-NOAA the TLDR is that they are the same thing.

“. . . GitHub and Bitbucket choose the name “pull request” because the first manual action is to pull the feature branch. Tools such as GitLab and others choose the name “merge request” because the final action is to merge the feature branch.”

You can read more details and insight here: ⚠️ [deep dive into nitty gritty details] https://blog.mergify.com/pull-request-vs-merge-request-whats-the-difference/

CraigFaunce-NOAA commented 2 years ago

Wow, thats really fascinating - Thank you!