Pull requests are made when a developer forks a project, makes changes, and then wants those changes to be included in the main project again. These were made popular by Github and Bitbucket.
Questions tagged [pull-request]
2166 questions
0
votes
1 answer
Resetting develop and staging branches after a release
I'll give some context before jumping to the actual questions: I'm the only developer working on a project, where I have main, develop and staging branches, besides all feature/* and hotfix/* that I could potentially have during development.
The…
0
votes
1 answer
Get the commit message of the latest commit of the branch that is involved into a opened pull request
Assume:
The latest commit's commit message of the branch feature/xyz is add feature xyz with SHA number 1234. The newest commit's SHA number of the main branch is 3456.
When I push the branch feature/xyz to the repo and open a pull request from…

SLN
- 4,772
- 2
- 38
- 79
0
votes
0 answers
Github Squash Merge Not Recognizing Changes
I recently encountered something that I find strange and would love to understand why or if I'm doing something wrong.
In Github when I do a PR say from Branch A to Master, if I choose Squash Merge then the merge is successful and the changes are in…

Isaac Hinckley
- 56
- 5
0
votes
1 answer
Managing dependent github pull requests whilst working on a larger pull request
I'm likely to start working on a pull request for an open source project. Most of the code that is being added will be independent of the rest of the project, essentially CMake files to aid with building a variant of the main project. In my…

Dave Meehan
- 3,133
- 1
- 17
- 24
0
votes
0 answers
How to push changes from remote server to git?
I have some code changes on my remote Ubuntu server. I haven't made any pull/push requests from bitbucket since very long. Now I need all my code that is on my remote server in my bitbucker repo. How do I push this? If I run git pull on my server, I…

HTML
- 93
- 5
0
votes
2 answers
How do I rebase my PR without adding commits to it?
Let's say I have a repository with branch master. I checkout a branch feature-branch and started working on it. I raise a PR and push 3 commits in the PR over time. Let's say the master branch moves forward with 10 commits during this time and I…

abhishek
- 53
- 7
0
votes
1 answer
Using Gitlab runners from within GitHub Action, or: mirroring pull requests
In my code hosted on GitHub, we perform some tests and quite a bit of post-processing using GitHub Actions. Now, we would like to (or, actually, have to) use Gitlab runners hosted by a supercomputing center to do some further testing and…

Robert Speck
- 3
- 2
0
votes
0 answers
How do I check the contents of a file as part of a merge check or pre hook in Bitbucket?
As part of a Bitbucket pull-request, I would like to create a merge check (or maybe pre-hook) on the master branch of some of my repos to ensure that the pubspec.yaml files, which have multiple ref: develop lines to be switched back to ref: master…

jnpowrie
- 29
- 5
0
votes
0 answers
Git push or git pull command is not working cannot able to push or pull the codes from the repositories
I am using vsc code editor, i always use vsc terminal to push my code to the repositories,
Now suddenly after updating my code, I tried to push the code to repositories, but my command git push got stuck in the terminal , didn't get any response
but…

Dharan
- 1
- 1
0
votes
0 answers
In what scenarios does merging commits from A to B also bring changes from B to A?
Suppose, I have two branches C and A, where A was made with C as base.
Given some time, C and A will be having different commits based on the features implemented and bugs fixed in both.
Now, suppose I just needed the commits of C in A. For this I…

OV3RKILL
- 25
- 8
0
votes
1 answer
How can I set up conditional code reviews in BitBucket
I am working in a team using Bit Bucket and the PR code review process. I was wondering if it is possible to have conditional approval.
I know it's possible to set a branch such that PRs need, for example, approval by 2 developers as opposed to just…

EzaBlade
- 657
- 1
- 9
- 23
0
votes
0 answers
Is it possible to change the size of image in github markdown without using HTML tag?
I got a PR with some description and because it's really easy, I just drag & drop my image in that description but sometimes I forget to add the width.
Is it there a way to format that markdown file so that each attachment in it will have by default…

Alexandra Damaschin
- 761
- 3
- 13
- 28
0
votes
1 answer
Creating a pull request rule on GitHub that prevents me to accidentally push new code to main branch
I am working on a repo where I am the owner and only author in it.
I want to have in my repo the same behavior as I would when working with a team that protects my branch from direct commits as they must go through a Pull Request. The reason for…

Alon Shlider
- 1,187
- 1
- 16
- 46
0
votes
1 answer
GitHub pull request show All checks failed after a very minor commit
GitHub integrates jenkins and SonarQube:
My git commit showed the following issue as detected by sonarQube:
Rename this field "GSON" to match the regular expression '^[a-z][a-zA-Z0-9]*$'. rule
To resolve this I made a very minor commit, I just…

fatimasajjad
- 605
- 8
- 16
0
votes
0 answers
Is it possible to embed FigmaEmbed in GitHub PR/Issue
I wanted to know if it's possible to add FigmaEmbed into a GH PR or Issue.
Like Notion does?
Thanks

T04435
- 12,507
- 5
- 54
- 54