On Thu, 08 Oct 2015 at 15:34:37, David Manouchehri wrote: > Why did it automatically get adopted by me even though I never successfully > pushed anything?
When pushing to a nonexistent (hidden) repository, a new package base is created. This happens *before* Git is invoked. At this point, we do not know whether the push is rejected, a no-op or actually updates a ref.
