Re: Accessing a single repository with different addresses?

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

 



On Tue, May 06, 2008 at 12:51:13PM -0400, Paul Holbrook wrote:
> I have two machines at home that I've been using to play with git: a
> desktop box and a laptop.  I set up a repository on the desktop, and
> cloned it to the laptop via ssh, but using just a local 192.168.x.x
> address.  However, when I leave the house, I'd still like to be able
> to talk to the desktop repository, which I can still do via ssh back
> to the house - but now the address for that very same repository is
> not a 192 address, but a DNS name.   What's the best way to handle
> this?

Why not add a local dns server and use the same dns name?

Otherwise, I use a host declaration in .ssh/config, and switch as
needed:

host desktop
hostname 192....
user ...

But that was with svn. With git you can just add a new remote with the
other address:
git remote add rem host:....

-- 
Luciano Rocha <luciano@xxxxxxxxxxx>
Eurotux Informática, S.A. <http://www.eurotux.com/>

Attachment: pgpWC1Nj31T3m.pgp
Description: PGP signature


[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]

  Powered by Linux