Re: Cloning from kernel.org, then switching to another repo
From: Jeff King <hidden> Date: 2016-06-15 22:43:50
On Mon, Nov 12, 2007 at 12:21:20PM -0500, Jon Smirl wrote:
Running git update-server-info at the remote end fixed it.
I am using 'git push' to send changes, I though that was supposed to
update the server info automatically.
It is typically triggered by the post-update hook. Make sure that your
remote repo's .git/hooks/post-update has the execute bit set.
-Peff