* Initial setup question
@ 2010-05-12 19:07 Noah Silverman
[not found] ` <4BEAFC62.40409-OMyv7SbxW+RvqA2Dkdf5ddBPR1lH4CV8@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Noah Silverman @ 2010-05-12 19:07 UTC (permalink / raw)
To: git
Hi,
So I've decided to start using git for a few projects.
I've created an initial repository on my laptop, but want to create a
"master" repo on a remote server via SSH.
Using Gitx as a gui client.
I have ssh setup, keys, etc.
Can someone help me with the next step of pushing my initial repo up to
the server as version 1?
Thanks!
-N
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Initial setup question
[not found] ` <4BEAFC62.40409-OMyv7SbxW+RvqA2Dkdf5ddBPR1lH4CV8@public.gmane.org>
@ 2010-05-13 1:04 ` Jonathan Nieder
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Nieder @ 2010-05-13 1:04 UTC (permalink / raw)
To: Noah Silverman; +Cc: git-u79uwXL29TY76Z2rM5mHXA, gitx-/JYPxA39Uh5TLH3MbocFFw
Hi Noah,
Noah Silverman wrote:
> Using Gitx as a gui client.
>
> I have ssh setup, keys, etc.
>
> Can someone help me with the next step of pushing my initial repo up
> to the server as version 1?
ssh some.host git init --bare /path/to/repo.git
git remote add myrepo some.host:/path/to/repo.git
git push myrepo master
I don’t know if Gitx has a button for this.
Hope that helps,
Jonathan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-13 1:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-12 19:07 Initial setup question Noah Silverman
[not found] ` <4BEAFC62.40409-OMyv7SbxW+RvqA2Dkdf5ddBPR1lH4CV8@public.gmane.org>
2010-05-13 1:04 ` Jonathan Nieder
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 NNTP newsgroup(s).