git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Creating remote git repository?
@ 2016-12-14  6:00 essam Ganadily
  2016-12-14  6:36 ` Konstantin Khomoutov
  2016-12-14 10:57 ` Randall S. Becker
  0 siblings, 2 replies; 3+ messages in thread
From: essam Ganadily @ 2016-12-14  6:00 UTC (permalink / raw)
  To: git

given that git is an old and mature product i wounder why there is no
command line (git.exe in windows) way of creating a remote git
repository?

"git remote create repo myreponame"

frankly speaking i know that our friends in the linux kernel project
never felt the need to create remote repository because they probably
rarely need that but i guess their merciful hearts could have some
feeling for the rest of us?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Creating remote git repository?
  2016-12-14  6:00 Creating remote git repository? essam Ganadily
@ 2016-12-14  6:36 ` Konstantin Khomoutov
  2016-12-14 10:57 ` Randall S. Becker
  1 sibling, 0 replies; 3+ messages in thread
From: Konstantin Khomoutov @ 2016-12-14  6:36 UTC (permalink / raw)
  To: essam Ganadily; +Cc: git

On Wed, 14 Dec 2016 09:00:42 +0300
essam Ganadily <doctoresam@gmail.com> wrote:

> given that git is an old and mature product i wounder why there is no
> command line (git.exe in windows) way of creating a remote git
> repository?
> 
> "git remote create repo myreponame"
> 
> frankly speaking i know that our friends in the linux kernel project
> never felt the need to create remote repository because they probably
> rarely need that but i guess their merciful hearts could have some
> feeling for the rest of us?

Also asked and answered (by me) over there at git-users [1].

1. https://groups.google.com/d/msg/git-users/twgkOYV6kX4/FED559TPDQAJ


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Creating remote git repository?
  2016-12-14  6:00 Creating remote git repository? essam Ganadily
  2016-12-14  6:36 ` Konstantin Khomoutov
@ 2016-12-14 10:57 ` Randall S. Becker
  1 sibling, 0 replies; 3+ messages in thread
From: Randall S. Becker @ 2016-12-14 10:57 UTC (permalink / raw)
  To: 'essam Ganadily', git

On December 14, 2016 1:01 AM, essam Ganadily wrote:
> given that git is an old and mature product i wounder why there is no
> command line (git.exe in windows) way of creating a remote git repository?
> 
> "git remote create repo myreponame"

Why not run the commands mkdir myreponame; cd myreponame; git init .... under an SSH command on the destination host. That should get you what you want.
Cheers,
Randall

-- Brief whoami: NonStop&UNIX developer since approximately UNIX(421664400)/NonStop(211288444200000000)
-- In my real life, I talk too much.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-14 11:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-14  6:00 Creating remote git repository? essam Ganadily
2016-12-14  6:36 ` Konstantin Khomoutov
2016-12-14 10:57 ` Randall S. Becker

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).