[swift-dev] How to create my first pull request

Pavol Vaskovic pali at pali.sk
Wed Mar 29 13:06:44 CDT 2017


Thanks Max! That was very enlightening. One more question…

> On 29 Mar 2017, at 19:57, Max Moiseev <moiseev at apple.com> wrote:
> 
> [...]
> cd swift
> git checkout master
> utils/update-checkout --scheme=master
> git checkout -b my-new-branch
> ... some work gets done …
> git add .
> git commit -m “Adding an absolutely awesome new feature”
> git push mine my-new-branch # please note that I prefer to call my personal fork ‘mine’ whereas usually people call their fork remotes ‘origin’ and the upstream ‘upstream’.
> open https://github.com/apple/swift

When/where/how did you switch from upstream to your own fork (after the initial update-checkout)? Or am I misunderstanding how that works?

Best regards
Pavol Vaskovic 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20170329/2d25d70d/attachment.html>


More information about the swift-dev mailing list