Re: Functional GIT on F11 ?
- From: Aaron Gray <aaronngray.lists@xxxxxxxxxxxxxx>
- Date: Wed, 22 Jul 2009 02:02:35 +0100
2009/7/21 Paul W. Frields <stickster@xxxxxxxxx>
On Tue, Jul 21, 2009 at 06:57:58PM +0100, Aaron Gray wrote:I got the O'Reilly one but it does not even meantion SSH. I was hopeing it
2009/7/21 Todd Zullinger <tmz@xxxxxxxxx>filled
Aaron Gray wrote:
> Ah 'the man' Paul, this is good to hear, do you know of a howto for
> Fedora + GIT + SSH Pushes as I could not get it to work, even with
> SELinux in permissive mode.
There shouldn't be much, if anything, Fedora specific about this, so
the git User Manual is probably a good place to start:
http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#
sharing-development
(There are a lot of git tutorials on the web, many of which are
with incorrect, outdated, or otherwise useless information. :)this.
> If not could you give me any hints or pointers as to how to do
--bare"
Assuming you have ssh access to a remote host already, it can be as
simple as:
$ gitdir="/path/to/some.git"
$ ssh remotehost "mkdir -p $gitdir; git --git-dir $gitdir init
$ cd /path/to/local/git-repomonths
$ git push ssh://remotehost/path/to/some.git master
Without knowing just what part of this is giving you trouble, it's
hard to be more helpful. Let us know where you are getting stuck and
I'm sure we can help get you past the problem(s).
Thanks, I will have a go tomorrow as I have not touched GIT for a few
now and need to jem up again. The let you know what problems I was havingif I
cannot get it to work.get SSH
IIRC pull over SSH worked but push did not, either that or I could not
to work at all with GIT, sorry I cannot remember.
I'm a huge fan of the git community book:
http://book.git-scm.com/
would answer all my questions, but alas.
Aaron
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
- References:
- Functional GIT on F11 ?
- From: Aaron Gray
- Re: Functional GIT on F11 ?
- From: Todd Zullinger
- Re: Functional GIT on F11 ?
- From: Paul W. Frields
- Re: Functional GIT on F11 ?
- From: Aaron Gray
- Re: Functional GIT on F11 ?
- From: Todd Zullinger
- Re: Functional GIT on F11 ?
- From: Aaron Gray
- Re: Functional GIT on F11 ?
- From: Paul W. Frields
- Functional GIT on F11 ?
- Prev by Date: Re: Linux on a Dell Studio Hybird, Problems ??
- Next by Date: Re: Ranter or evangelist?
- Previous by thread: Re: Functional GIT on F11 ?
- Next by thread: Re: Functional GIT on F11 ?
- Index(es):
Relevant Pages
|