From: Jonathan Nieder <jrnieder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Noah Silverman <noah-OMyv7SbxW+RvqA2Dkdf5ddBPR1lH4CV8@public.gmane.org>
Cc: git-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
gitx-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: Initial setup question
Date: Wed, 12 May 2010 20:04:12 -0500 [thread overview]
Message-ID: <20100513010411.GA26612@progeny.tock> (raw)
In-Reply-To: <4BEAFC62.40409-OMyv7SbxW+RvqA2Dkdf5ddBPR1lH4CV8@public.gmane.org>
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
prev parent reply other threads:[~2010-05-13 1:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100513010411.GA26612@progeny.tock \
--to=jrnieder-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=git-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=gitx-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
--cc=noah-OMyv7SbxW+RvqA2Dkdf5ddBPR1lH4CV8@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).