我如何使用TortoiseGit进行Pull请求 [英] How can I make a Pull request using TortoiseGit

查看:1196
本文介绍了我如何使用TortoiseGit进行Pull请求的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在TortoiseGit中当我点击右键 - >推,确定,给它用户/通行证之后,有一个创建拉请求按钮给它一个开始,URL,结束。我点击了,但没有任何反应。



Pull请求(0)显示在我的回购中。



还有一件事,我怎样才能提出一个请求,然后根据需要使用相同的软件(TortoiseGit)来更新它。

coupe。


In TortoiseGit

When I hit Right Click -> Push, OK, Give it User/Pass then after that there is a Create Pull request button giving it a Start, URL, End. I am clicking, but nothing happens.

The Pull requests (0) is shown in my repo.

And one other thing, How can I make a pull request and then update it as necessary using the same software (TortoiseGit)

解决方案

The doc mentions:

After pushing your changes to a (public) repository, you just provide other people the URL of your repository and the name of the branch or the revision id.
E.g.:

git://example.com/repo.git BRANCHNAME

  • Start: This should be the revision on which your changes are based on.
  • URL: The public URL to your repository, which can be access by the people who shall pull your changes.
  • End: This should be the branch name or revision id of the end of your commits.

Once a PR is created on that public repo, you can update it (at least for GitHub) by pushing in that same branch.

I would recommend not using master, but a dedicated branch for that PR (here in the picture: 'issue-993', which started from the version origin/master).

See "coupe of tips for Pull Requests".

这篇关于我如何使用TortoiseGit进行Pull请求的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆