Re: [patch] datetime_overview.txt

Werner <[email protected]>
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
Hi,

On 2/24/2015 13:00, [email protected] wrote:
> On 2015-02-18 08:57 Werner <[email protected]> wrote:
>> Do a clone of:
>> https://github.com/RobinD42/Phoenix/commits/master
>>
>> Then submit a Pull Request (PR) against this.
> [bash]
> Klone nach 'master'...
> fatal: repository 'https://github.com/RobinD42/Phoenix/commits/master/'
> not found
> [/bash]
Oops, that is the 'commits' page of the repo.
>
> I am using git localy and have used CVS and SVN in the past.
> But git still confuses me. The github website is for alians, too. ;)
>
> There is no code in that path you gave me.
>
> Did you mean something like that?
>
> [bash]
> git clone https://github.com/RobinD42/Phoenix
> cd Phoenix
> (modify something on the local repository)
> git pull https://github.com/RobinD42/Phoenix
> [/bash]
that would be 'push', but see below.
> Thats all?
>
> And I can check the result on the github webpage here
> <https://github.com/RobinD42/Phoenix/commits/master/>?
You can not 'push' to that repo as we don't have commit rights.

So you want to (very short):
- create a github account
- fork  this [email protected]:RobinD42/Phoenix.git to your account
- clone from your account (to get it to your PC)
- create a branch of the 'master' branch
- make changes for PR 1
- push to 'origin'
- create Pull Request 1
- create another branch of the 'master' branch
- make change for PR 2
- push to 'origin'
- create Pull Request 2

After Robin has done commits you need to:
- pull from 'upstream'
- rebase your 'master' branch from the 'upstream' master branch

Above is very cryptic, and confused and sometimes still confuses me.  
Should really create a wiki page with more detailed instructions and/or 
links to good tutorials.

e.g. as a start:
https://try.github.io/levels/1/challenges/1

Werner

-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.