pull-request

How to solve the requested URL returned error: 403 in git repository

被刻印的时光 ゝ 提交于 2019-12-07 03:35:43
问题 I have multiple accounts in git I committed code three weeks back with this account. I'll unable to pull my code . I was getting The requested URL returned error: 403 I'll try Pushing to Git returning Error Code 403 fatal: HTTP request failed but I couldn't solved my error git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin remote: Forbidden fatal: unable to access 'https://chantidurgam@bitbucket.org/chantidurgam/patanjali.git/': The requested URL returned error: 403

How to check if a pull request is merged in some branch of the target repository?

倾然丶 夕夏残阳落幕 提交于 2019-12-06 22:03:28
Excuse me but this may be a noob question but it jsut crossed my thoughts and I think it is worth to fix my ideas and get a relevant explanation from some experts. I remember (I may be wrong) that when I submitted some pull requests to some repository, when the PR is merged to the master (or other branch), I'm notified about that action and when accessing the PR url I can see a sort of This PR has been merged into... message. Just browsing an old issue, I can no more see that kinf of message and what is only seen is that the issue is closed: No merge message and I had to go through the blame

Etiquette of GitHub Contributing, Pull Requests vs New Issue [closed]

梦想的初衷 提交于 2019-12-06 18:27:51
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . I was wondering what the proper etiquette to contributing on GitHub is? Should you submit a "New Issue" first and discuss the problem? Or do you take some initiative, code, then do a "Pull Request" and discuss the code further there? My concern with creating a "New Issue"

How to keep branches in sync when using Git Flow

做~自己de王妃 提交于 2019-12-06 12:49:38
问题 This is the workflow we currently follow: Finish a feature and merge it into develop branch Create a release branch from develop Run build scripts on release branch Create a pull request to merge the release branch into master Accept the release branch pull request and merge The master branch can then deploy to live server by running deploy command This all works great, except in my Git repo my branches are out of sync master is now behind develop because it doesn't have the merge commits

How to Clone a private repository of github organization in a Jenkins Job

人走茶凉 提交于 2019-12-06 09:37:40
I am the owner of github organization and I have access to all repositories. Some of them are private and others are public. I am trying to set up Jenkins to trigger builds when a pull request is made to any repository of the organization. The problem is that i have an external system which is notified via github webhooks whenever a pull request is made. I have to integrate Jenkins with this system which is a requirement. This system can also trigger notifications to Jenkins via api requests. ( https://python-jenkins.readthedocs.org/en/latest/examples.html ) I could see that all solutions to

Git branching - pull request on HEAD branch takes also prior branch commits

好久不见. 提交于 2019-12-06 09:12:07
I come from IBM RTC, so I need to get used to Git. I have forked a repository, done a couple commits on my master branch and opened a pull request. Pull request: original-repository/master <- my-repository/master commit-1 commit-2 I then created a new branch and pushed a change. I opened another pull request starting from the new branch, and that's what I find. Pull request: original-repository/master <- my-repository/newbranch commit-1 commit-2 commit-3 What if I want to have a pull request with only commit-3 ? I'm really surprised it's not a duplicate... It turns out I already answered

“Could not find any relevant repository hosts for the currently open repository”

蓝咒 提交于 2019-12-06 09:06:34
问题 I'm trying to create a pull request for the nuget git repository (which I just did a clone from). I've made a local commit. But when I try to create the pull request I get the following error: Could not find any relevant repository hosts for the currently open repository What does that mean, and how do I fix it? Do I have to fork instead of cloning? If so, what should I do now that I've made changes to the clone? 回答1: A pull request, especially on GitHub, supposed that you have forked a

How to debug “Pull request cannot be automatically merged.” in TFS?

家住魔仙堡 提交于 2019-12-06 08:45:29
We use TFS 2017 (15.117.26714.0) with git. When we try to make a pull request, TFS says "Pull request cannot be automatically merged.". I'm just trying to figure out what's happening but I didn't find any message on why the pull request cannot be automatically merged. Do you know how to debug "Pull request cannot be automatically merged."? Is there a hidden option or a link to a log that can help me? Update You can find a little report about the job that is supposed to execute the merge during the pull request on a dedicated page of the web server. You can find it in http://my.tfs.server:8080

What do I do when a pull request is cherry picked?

半城伤御伤魂 提交于 2019-12-06 03:40:19
I forked a project on GitHub, pushed some changes, and opened a pull request. The maintainer signed-off and applied the changes in a new commit (rather than merging my commit), and so the commit graph looked like this: * 03a0687 (origin/master) frotz: Corrected MAN_PREFIX | * 11d3e98 (HEAD, master, jleedev/master) frotz: Corrected MAN_PREFIX |/ * 9c3dd1a yajl: use direct patch from Github. Obviously, I have to either rebase or force-update my local branch. Do I then have to force-push to my fork on GitHub? I’m mainly asking because force-updating should not be automatic. Is this the standard

GitHub client: Pull Request Button is missing

☆樱花仙子☆ 提交于 2019-12-05 19:25:37
I use GitHub client for Bitbucket repository. All work & sync correctly, but Pull Request button not showing. In GitHub repo all works. I found simular issue - Github for Mac: Pull Request Button is missing , but I use Bitbucket and can't change repo marker from "other". Any proposal? GitHub: Other repo: Answer from official github support ( support@github.com ): In order to create a pull request the repository must exist on GitHub.com. and There is a button called 'View Branch' beside the update from master button. If you click this, the 'View from Master' button should change to 'Compare'.