git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luciano Rocha <luciano@eurotux.com>
To: Paul Holbrook <paul.holbrook@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Accessing a single repository with different addresses?
Date: Tue, 6 May 2008 17:58:32 +0100	[thread overview]
Message-ID: <20080506165832.GA20228@bit.office.eurotux.com> (raw)
In-Reply-To: <8c0610ed0805060951x70ede89bq5a93e69aece8c8c7@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 973 bytes --]

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@eurotux.com>
Eurotux Informática, S.A. <http://www.eurotux.com/>

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

  reply	other threads:[~2008-05-06 16:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-06 16:51 Accessing a single repository with different addresses? Paul Holbrook
2008-05-06 16:58 ` Luciano Rocha [this message]
2008-05-07  0:33 ` Jakub Narebski

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=20080506165832.GA20228@bit.office.eurotux.com \
    --to=luciano@eurotux.com \
    --cc=git@vger.kernel.org \
    --cc=paul.holbrook@gmail.com \
    /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).