Re: Git Help
Re: Git Help
- Subject: Re: Git Help
- From: Kieran Kelleher <email@hidden>
- Date: Thu, 29 Mar 2012 16:57:31 -0400
What is the output of the following two commands
$ git branch -avv
$ git remote -v
And which local branch are you trying to push to which branch in your own fork?
On Mar 29, 2012, at 4:18 PM, Johnny Miller wrote:
> Hi,
>
> I'm trying to make a commit to my Wonder fork and I'm not clear as to where my commit is going. I think the problem started when I tried to switch my upstream to Wonder's integration branch.
>
> Here is my repositories configuration. Does anybody see what could be wrong with it?
>
> [core]
> repositoryformatversion = 0
> filemode = true
> bare = false
> logallrefupdates = true
> ignorecase = true
> [remote "origin"]
> fetch = +refs/heads/*:refs/remotes/origin/*
> url = https://github.com/johnnykahalawai/wonder
> [remote "upstream"]
> fetch = +refs/heads/*:refs/remotes/origin/*
> url = https://github.com/projectwonder/wonder
> [branch "master"]
> remote = upstream
> merge = refs/heads/integration
> upstream = upstream
>
>
> Thanks in advance,
>
> Johnny Miller
> Kahalawai Media Corp.
> www.kahalawai.com
>
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Git Help (From: Johnny Miller <email@hidden>) |