From: "Felipe Carvalho Oliveira" <felipekde@gmail.com>
To: "Alan Chandler" <alan@chandlerfamily.org.uk>
Cc: git@vger.kernel.org
Subject: Re: Error on new installation
Date: Tue, 2 Sep 2008 11:19:35 -0300 [thread overview]
Message-ID: <a2075f4c0809020719u40850e8bk240db2ee1499ee0@mail.gmail.com> (raw)
In-Reply-To: <200808310047.50560.alan@chandlerfamily.org.uk>
I use sshfs (my hosting don't permits Shell Acess) to mount my "sftp" server
on my filesystem and it works welll (a litle bit slow, but works).
sshfs -o workaround=rename user@host:/home/user/ ~/web/hosting/
With this command I can just do:
cd ~/web/hosting/my_project/
git clone ~/projects/my_project
git-checkout -b production
#performs some server specific modifications
git-checkout master
git-merge production
#work offline iin my project on ~/projects/my_project/
cd ~/web/hosting/my_project/
git pull # and my project is up-to-date
fusermount -u ~/web/hosting/ # to unmount
from Brazil
Felipe
next prev parent reply other threads:[~2008-09-02 14:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-30 23:47 Error on new installation Alan Chandler
2008-09-02 14:19 ` Felipe Carvalho Oliveira [this message]
2008-09-02 19:25 ` Alan Chandler
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=a2075f4c0809020719u40850e8bk240db2ee1499ee0@mail.gmail.com \
--to=felipekde@gmail.com \
--cc=alan@chandlerfamily.org.uk \
--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 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).