git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Patrick Aljord" <patcito@gmail.com>
To: "git list" <git@vger.kernel.org>
Subject: Re: Git Screencast ?
Date: Tue, 27 Nov 2007 15:18:22 +0100	[thread overview]
Message-ID: <6b6419750711270618j35432bd7p47bbdfe5aa8f12bd@mail.gmail.com> (raw)
In-Reply-To: <6b6419750711270602q53e2c51dr7046aca1417c801a@mail.gmail.com>

On Nov 27, 2007 3:02 PM, Patrick Aljord <patcito@gmail.com> wrote:
> > http://jointheconversation.org/railsgit
> >

I think you can just use 'git-init' now no need for git-init-db.

also once you've created your remote bare git rep, you don't need to
use scp, you can just do:
$ git-push --all git://server/remote.git

and to push there automatically:
$ git remote add origin ssh://server/remote.git
$ git config branch.master.remote origin
$ git config branch.master.merge refs/heads/master
$ git fetch
$ git merge master

also for adding new files, rather than doing "git add file1 file2
file3  etc" I just do "git add ." and put in .gitignore all the files
that I don't want to commit but I don't know if that's recommended :)

  parent reply	other threads:[~2007-11-27 14:18 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-21 13:02 Git Screencast ? Michael Donaghy
2007-11-21 20:19 ` Johannes Gilger
2007-11-21 21:51 ` Johan Herland
2007-11-21 22:36 ` Randal L. Schwartz
     [not found]   ` <d411cc4a0711211603o525a25c4i3e04d0319e68204f@mail.gmail.com>
2007-11-26 21:33     ` Scott Chacon
2007-11-26 23:25       ` Christian MICHON
     [not found]       ` <6b6419750711270602q53e2c51dr7046aca1417c801a@mail.gmail.com>
2007-11-27 14:18         ` Patrick Aljord [this message]
2007-11-21 23:45 ` Michael Donaghy
2007-11-22  8:23 ` Andreas Ericsson
2007-11-23  1:47   ` Michael Donaghy
2007-11-23 10:05     ` Andreas Ericsson
2007-11-23 10:14     ` Johannes Gilger
2007-11-23 20:58       ` Shawn O. Pearce
2007-11-25 16:57         ` Karl Hasselström
2007-11-25 17:43         ` Johannes Gilger
2007-11-23 23:18       ` Michael Donaghy

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=6b6419750711270618j35432bd7p47bbdfe5aa8f12bd@mail.gmail.com \
    --to=patcito@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 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).