public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* Regarding pull request issue
@ 2017-06-30  5:40 Aditya Upadhyay
  2017-06-30  8:52 ` Corinna Vinschen
  0 siblings, 1 reply; 3+ messages in thread
From: Aditya Upadhyay @ 2017-06-30  5:40 UTC (permalink / raw)
  To: newlib

Hello Developers,

I have cloned the origin/master repo of newlib and forked master to my
git repo. In forked repo of newlib, it is showing :

"This branch is 54 commits behind mirror:master."


I performed pull request, but it is ot working .

Any help will be greatly appreciable.


Thanks & Regards,
Aditya Upadhyay

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Regarding pull request issue
  2017-06-30  5:40 Regarding pull request issue Aditya Upadhyay
@ 2017-06-30  8:52 ` Corinna Vinschen
  2017-06-30 15:39   ` Gedare Bloom
  0 siblings, 1 reply; 3+ messages in thread
From: Corinna Vinschen @ 2017-06-30  8:52 UTC (permalink / raw)
  To: newlib

[-- Attachment #1: Type: text/plain, Size: 807 bytes --]

On Jun 30 11:10, Aditya Upadhyay wrote:
> Hello Developers,
> 
> I have cloned the origin/master repo of newlib and forked master to my
> git repo. In forked repo of newlib, it is showing :

I don't quite understand what you did there.  Usually you just clone
and then work in the clone.  It seems you made a two step process
instead, with a bare clone and an external working copy or something.

> "This branch is 54 commits behind mirror:master."

What mirror?

> I performed pull request, but it is ot working .

It's virtually impossible to help without having the exact details
of your setup.

The easist thing to do is probably to start from scratch.
Just `git clone' newlib and use this repo for your local work.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Regarding pull request issue
  2017-06-30  8:52 ` Corinna Vinschen
@ 2017-06-30 15:39   ` Gedare Bloom
  0 siblings, 0 replies; 3+ messages in thread
From: Gedare Bloom @ 2017-06-30 15:39 UTC (permalink / raw)
  To: newlib

On Fri, Jun 30, 2017 at 4:52 AM, Corinna Vinschen <vinschen@redhat.com> wrote:
> On Jun 30 11:10, Aditya Upadhyay wrote:
>> Hello Developers,
>>
>> I have cloned the origin/master repo of newlib and forked master to my
>> git repo. In forked repo of newlib, it is showing :
>
> I don't quite understand what you did there.  Usually you just clone
> and then work in the clone.  It seems you made a two step process
> instead, with a bare clone and an external working copy or something.
>
>> "This branch is 54 commits behind mirror:master."
>
> What mirror?
>
I guess it is https://github.com/mirror/newlib-cygwin

>> I performed pull request, but it is ot working .
>
> It's virtually impossible to help without having the exact details
> of your setup.
>

To update a fork you need to do something like:
git set-upstream mirror https://github.com/mirror/newlib-cygwin
git pull mirror master
git push origin master

Or similar. Read a git tutorial/book.

> The easist thing to do is probably to start from scratch.
> Just `git clone' newlib and use this repo for your local work.
>
Since Aditya is a GSoC student we require all his code must be public
on github, so this setup is good if complicated.

Thanks,
Gedare

>
> Corinna
>
> --
> Corinna Vinschen
> Cygwin Maintainer
> Red Hat

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-30 15:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-30  5:40 Regarding pull request issue Aditya Upadhyay
2017-06-30  8:52 ` Corinna Vinschen
2017-06-30 15:39   ` Gedare Bloom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).