Re: Initial setup question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]