question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add ability to open a git-flow pull request

See original GitHub issue

I am often making pull requests from feature branches into staging and then staging into master. It would be super convenient to have a button that would open a PR from staging into master, as it’s very repetitive to search for master each time.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
fregantecommented, Mar 11, 2018

as staging is the default branch the default options are more to merge master into staging, but should be the other way around

If it should be the other way around, master should be the default branch, right?

Either way this likely needs some configuration (what if someone wants dev->staging, stage->master, etc) and Refined GitHub doesn’t do that. I suggest either using a bookmark or looking-for/developing a extension for all-things-git-flow

0reactions
wmonkcommented, Mar 13, 2018

Thanks, that sounds like a good idea

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add ability to open a git-flow pull request · Issue #1150 - GitHub
I am often making pull requests from feature branches into staging and then staging into master. It would be super convenient to have...
Read more >
Pull Requests and Gitflow - GitKraken
When creating a pull request, you add a brief overview of your feature, select the branch to which the code needs to be...
Read more >
Pull Requests Processes and Gitflow | Cprime Blogs
A pull request is a development process that provides a platform for discussion and review of a completed feature. Its purpose is to...
Read more >
Proper way to use Gitflow with pull requests - Stack Overflow
To support a pull request in git flow you can add a script: .git/hooks/post-flow-feature-publish.sh. When running the command: git flow ...
Read more >
GitFlow With Pull Requests - YouTube
This walkthrough will show the GitFlow -based branching and merging strategy that I like and how I have incorporated pull requests into this ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found