From: Matthieu Moy <Matthieu.Moy@imag.fr>
To: "Felipe Carvalho Oliveira" <felipekde@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Tip: avoiding net overhead using git over sshfs
Date: Thu, 23 Oct 2008 11:00:25 +0200 [thread overview]
Message-ID: <vpqprlru1na.fsf@bauges.imag.fr> (raw)
In-Reply-To: <a2075f4c0810221826w511a3b87r6fea4fb0dee24e1f@mail.gmail.com> (Felipe Carvalho Oliveira's message of "Wed\, 22 Oct 2008 22\:26\:18 -0300")
"Felipe Carvalho Oliveira" <felipekde@gmail.com> writes:
> Use git over sshfs is not so good, but is an option for people that
> don't have shell acess to the server/hosting like me.
>
> # mounting
> sshfs -o workaround=rename <user>@<host>:/home/<user>/ <mount_point>
> cd <the_directory_of_your_project>
>
> # we will move the .git directory to the local filesystem
> mv .git ~/.my_project_git
> # and create a symlink to the local .git
> ln -s ~/.my_project_git .git
I think you'd better work locally, and push to the sshfs directory
from time to time. Then, you'd both have working tree and .git locally
and fast, while keeping the safety of replicating to your ssh server.
--
Matthieu
prev parent reply other threads:[~2008-10-23 9:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-23 1:26 Tip: avoiding net overhead using git over sshfs Felipe Carvalho Oliveira
2008-10-23 8:32 ` Michael J Gruber
2008-10-23 11:51 ` Felipe Carvalho Oliveira
2008-10-23 12:54 ` Johannes Sixt
2008-10-23 9:00 ` Matthieu Moy [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=vpqprlru1na.fsf@bauges.imag.fr \
--to=matthieu.moy@imag.fr \
--cc=felipekde@gmail.com \
--cc=git@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.