Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiki upstream howto results in "warning: more than one branch.master.remote" #56

Open
dkingofpa opened this issue Jun 7, 2012 · 0 comments
Labels
Milestone

Comments

@dkingofpa
Copy link

HowTo: track upstream changes

After the first section of instructions, I run git remote show origin and get the warning.

dking@dking-mbp ~/Projects/test (master) $ git remote show origin
warning: more than one branch.master.remote
* remote origin
  Fetch URL: [email protected]:test
  Push  URL: [email protected]:test
  HEAD branch: master
  Local branch configured for 'git pull':
    master merges with remote master
              and with remote master
  Local ref configured for 'git push':
    master pushes to master (up to date)

dking@dking-mbp ~/Projects/test (master) $ cat .git/config 
[core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
    ignorecase = true
[remote "github"]
    fetch = +refs/heads/*:refs/remotes/github/*
    url = git://github.com/xforty/vagrant-drupal
[branch "master"]
    remote = origin
    merge = refs/heads/master
[remote "origin"]
    url = [email protected]:test
@ghost ghost assigned pearcec Jun 7, 2012
@pearcec pearcec removed their assignment Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants