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 protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/kelleherk%40gmail.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
