We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HowTo: track upstream changes
After the first section of instructions, I run git remote show origin and get the warning.
git remote show origin
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
HowTo: track upstream changes
After the first section of instructions, I run
git remote show origin
and get the warning.The text was updated successfully, but these errors were encountered: