Re: How can git pull be up-to-date and git push fail?
From: Bill Lear <hidden>
Date: 2016-06-15 22:43:03
On Thursday, April 5, 2007 at 16:46:04 (-0400) Jeff King writes:
On Thu, Apr 05, 2007 at 09:07:11AM -0500, Bill Lear wrote:quoted
Here is the local: [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = ssh://poire/home/jml/repos/new/fusion fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/masterI don't see anything there that should cause branches under refs/remotes to be pushed. Was he using 'git-push --all' by any chance?
No, just plain ol' git push. One possibility is that in mediating between him and the list, there has been a loss of information. Perhaps he omitted details in his account of how things progressed --- who knows, perhaps he was on the wrong branch (though I doubt this, he only works on the master branch, and the other branch in question was someone else's entirely). Regardless, does my assumption --- a 'git pull' should rectify the 'you are not up to date' problem --- hold in general? Thanks for helping. Bill