Re: [PRs] How to update on Github

2016-04-21 Thread Nick Treleaven via Digitalmars-d
On Tuesday, 19 April 2016 at 13:34:24 UTC, John Colvin wrote: On Tuesday, 19 April 2016 at 13:05:35 UTC, tcak wrote: I would recommend making a copy of the whole repository locally before any of that just in case you mess something up, at least while you're not as confident with git. Isn't

Re: [PRs] How to update on Github

2016-04-19 Thread ZombineDev via Digitalmars-d
On Tuesday, 19 April 2016 at 13:05:35 UTC, tcak wrote: On Thursday, 21 May 2015 at 10:39:46 UTC, ZombineDev wrote: Basically you need clone your fork to your computer, add a "upstream" remote to github.com/D-Programming-Language/[repo name, eg. phobos], pull from upstream the new changes and

Re: [PRs] How to update on Github

2016-04-19 Thread Daniel Murphy via Digitalmars-d
On 19/04/2016 11:05 PM, tcak wrote: On Thursday, 21 May 2015 at 10:39:46 UTC, ZombineDev wrote: Basically you need clone your fork to your computer, add a "upstream" remote to github.com/D-Programming-Language/[repo name, eg. phobos], pull from upstream the new changes and optionally update

Re: [PRs] How to update on Github

2016-04-19 Thread John Colvin via Digitalmars-d
On Tuesday, 19 April 2016 at 13:05:35 UTC, tcak wrote: On Thursday, 21 May 2015 at 10:39:46 UTC, ZombineDev wrote: Basically you need clone your fork to your computer, add a "upstream" remote to github.com/D-Programming-Language/[repo name, eg. phobos], pull from upstream the new changes and

Re: [PRs] How to update on Github

2016-04-19 Thread tcak via Digitalmars-d
On Thursday, 21 May 2015 at 10:39:46 UTC, ZombineDev wrote: Basically you need clone your fork to your computer, add a "upstream" remote to github.com/D-Programming-Language/[repo name, eg. phobos], pull from upstream the new changes and optionally update github by pushing to origin (origin

Re: [PRs] How to update on Github

2016-04-18 Thread Basile B. via Digitalmars-d
On Thursday, 21 May 2015 at 13:40:22 UTC, Rikki Cattermole wrote: On 22/05/2015 1:30 a.m., Baz wrote: Still the best git GUI but it has some obvious problems and bugs. IMO making a good UI for VC is hard. As you said even SourceTree isn't perfect. If only somebody could make a better cross

[PRs] How to update on Github

2015-05-21 Thread Chris via Digitalmars-d
What's the easiest / safest way to update my own forks of D on github?

Re: [PRs] How to update on Github

2015-05-21 Thread Chris via Digitalmars-d
On Thursday, 21 May 2015 at 10:39:46 UTC, ZombineDev wrote: Basically you need clone your fork to your computer, add a upstream remote to github.com/D-Programming-Language/[repo name, eg. phobos], pull from upstream the new changes and optionally update github by pushing to origin (origin

Re: [PRs] How to update on Github

2015-05-21 Thread Rikki Cattermole via Digitalmars-d
On 21/05/2015 10:39 p.m., ZombineDev wrote: Basically you need clone your fork to your computer, add a upstream remote to github.com/D-Programming-Language/[repo name, eg. phobos], pull from upstream the new changes and optionally update github by pushing to origin (origin normally is github).

Re: [PRs] How to update on Github

2015-05-21 Thread ZombineDev via Digitalmars-d
Basically you need clone your fork to your computer, add a upstream remote to github.com/D-Programming-Language/[repo name, eg. phobos], pull from upstream the new changes and optionally update github by pushing to origin (origin normally is github). It may sound complicated doing this from

Re: [PRs] How to update on Github

2015-05-21 Thread ZombineDev via Digitalmars-d
On Thursday, 21 May 2015 at 09:35:47 UTC, Chris wrote: What's the easiest / safest way to update my own forks of D on github? http://wiki.dlang.org/Pull_Requests

Re: [PRs] How to update on Github

2015-05-21 Thread extrawurst via Digitalmars-d
On Thursday, 21 May 2015 at 13:30:49 UTC, Baz wrote: On Thursday, 21 May 2015 at 10:42:34 UTC, Rikki Cattermole wrote: On 21/05/2015 10:39 p.m., ZombineDev wrote: Basically you need clone your fork to your computer, add a upstream remote to github.com/D-Programming-Language/[repo name, eg.

Re: [PRs] How to update on Github

2015-05-21 Thread extrawurst via Digitalmars-d
On Thursday, 21 May 2015 at 10:42:34 UTC, Rikki Cattermole wrote: On 21/05/2015 10:39 p.m., ZombineDev wrote: Basically you need clone your fork to your computer, add a upstream remote to github.com/D-Programming-Language/[repo name, eg. phobos], pull from upstream the new changes and

Re: [PRs] How to update on Github

2015-05-21 Thread Rikki Cattermole via Digitalmars-d
On 22/05/2015 1:30 a.m., Baz wrote: On Thursday, 21 May 2015 at 10:42:34 UTC, Rikki Cattermole wrote: On 21/05/2015 10:39 p.m., ZombineDev wrote: Basically you need clone your fork to your computer, add a upstream remote to github.com/D-Programming-Language/[repo name, eg. phobos], pull from

Re: [PRs] How to update on Github

2015-05-21 Thread Chris via Digitalmars-d
On Thursday, 21 May 2015 at 13:34:53 UTC, Steven Schveighoffer wrote: On 5/21/15 7:29 AM, Chris wrote: On Thursday, 21 May 2015 at 10:39:46 UTC, ZombineDev wrote: Basically you need clone your fork to your computer, add a upstream remote to github.com/D-Programming-Language/[repo name, eg.

Re: [PRs] How to update on Github

2015-05-21 Thread Baz via Digitalmars-d
On Thursday, 21 May 2015 at 10:42:34 UTC, Rikki Cattermole wrote: On 21/05/2015 10:39 p.m., ZombineDev wrote: Basically you need clone your fork to your computer, add a upstream remote to github.com/D-Programming-Language/[repo name, eg. phobos], pull from upstream the new changes and

Re: [PRs] How to update on Github

2015-05-21 Thread Steven Schveighoffer via Digitalmars-d
On 5/21/15 7:29 AM, Chris wrote: On Thursday, 21 May 2015 at 10:39:46 UTC, ZombineDev wrote: Basically you need clone your fork to your computer, add a upstream remote to github.com/D-Programming-Language/[repo name, eg. phobos], pull from upstream the new changes and optionally update github

Re: [PRs] How to update on Github

2015-05-21 Thread Chris via Digitalmars-d
On Thursday, 21 May 2015 at 13:40:22 UTC, Rikki Cattermole wrote: IMO making a good UI for VC is hard. As you said even SourceTree isn't perfect. If only somebody could make a better cross platform one. Go ahead, write on in D ;)