Thread (1 message) 1 message, 1 author, 2016-06-15
  • (off-list ancestor, not in this archive)
  • Re: Git Screencast ? · Patrick Aljord <hidden> · 2016-06-15

Re: Git Screencast ?

From: Patrick Aljord <hidden>
Date: 2016-06-15 22:43:54

On Nov 27, 2007 3:02 PM, Patrick Aljord [off-list ref] wrote:
quoted
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 :)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help