Comment by ~hoijui on ~xenrox/hut
true; The most common behavior though, would likely be, that the user would want a remote to be added. Could there be a flag (e.g.
--add-as-remote
) for that? and in either case, outputting the remote URL tostdout
would be useful, no?
Ticket created by ~hoijui on ~xenrox/hut
in a local repo which already had a (codeberg.org) remote
origin
, I ranhut git create my-proj
, and gotCreated repository my-proj
. No new remote was added to my local repo, though - which is what I would have liked. Alternatively, the remote URL could be shown in the output, to add the remote manually.