[git-users] htmlized git diff

2010-02-09 Thread Artiom Diomin
Hello all, I'm looking to something similar to cvspam but for git. Do we have something? Thank you -- Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To po

[git-users] Help with GIT

2010-02-09 Thread stefano
Hello I a n00b using GIT, i have some questions about how yo use git with two repositories I'm going to use cakephp (1.3 branch) . cakephp have is own repository in github.com (git://github.com/cakephp/cakephp1x.git) I need switch the branch to get the version 1.3 so this are my commands git cl

Re: [git-users] Help with GIT

2010-02-09 Thread Petr Baudis
Hi! On Mon, Feb 08, 2010 at 07:37:02PM -0800, stefano wrote: > I a n00b using GIT, i have some questions about how yo use git with > two repositories > > I'm going to use cakephp (1.3 branch) . cakephp have is own repository > in github.com (git://github.com/cakephp/cakephp1x.git) > > I need s

[git-users] Git submodules download every time with git cap deploy?

2010-02-09 Thread rubybox
First git add . && git commit -m 'adding my submodules' When I run cap deploy It downloads my git submodules every time from the remote repos, Is this standard behaviour? I wished it just would look for changes and, if exists, updated the remote code Is this possible? Could not find a solution b

Re: [git-users] Git submodules download every time with git cap deploy?

2010-02-09 Thread Jacob Helwig
On 11:42 Tue 09 Feb , rubybox wrote: > First > > git add . && git commit -m 'adding my submodules' > > When I run cap deploy > It downloads my git submodules every time from the remote repos, > Is this standard behaviour? I wished it just would look for changes > and, if exists, updated the r

Re: [git-users] Help with GIT

2010-02-09 Thread stefano
Petr I wanna use multiple repositories only to get the last version of cakephp (they use github) S. On Tue, Feb 9, 2010 at 2:09 PM, Petr Baudis wrote: >  Hi! > > On Mon, Feb 08, 2010 at 07:37:02PM -0800, stefano wrote: >> I a n00b using GIT, i have some questions about how yo use git with >> tw

Re: [git-users] Help with GIT

2010-02-09 Thread David Aguilar
On Wed, Feb 10, 2010 at 12:50:19AM -0300, stefano wrote: > > On Mon, Feb 08, 2010 at 07:37:02PM -0800, stefano wrote: > >> I a n00b using GIT, i have some questions about how yo use git with > >> two repositories > >> > >> I'm going to use cakephp (1.3 branch) . cakephp have is own repository > >>