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

Reply via email to