[git-users] Updating a cloned repository

2010-07-30 Thread DAZ
Hi, I have only used git for basic stuff, so I hope this makes sense Say I create a very small CSS framework and put it in a git repository. If I want to use the framework in a new website, then I think the best way is to clone the git repository, so there is a copy of the framework in the w

[git-users] Re: Updating a cloned repository

2010-07-30 Thread DAZ
Thanks for pointing me in the right direction Konstantin. I will read up on this. Thanks again, DAZ On Jul 30, 6:32 pm, Konstantin Khomoutov wrote: > On Jul 30, 5:36 pm, DAZ wrote: > > > I have only used git for basic stuff, so I hope this makes sense > > > Say I create a very small CSS fr

[git-users] Re: Updating a cloned repository

2010-07-30 Thread Konstantin Khomoutov
On Jul 30, 5:36 pm, DAZ wrote: > I have only used git for basic stuff, so I hope this makes sense > > Say I create a very small CSS framework and put it in a git > repository. > > If I want to use the framework in a new website, then I think the best > way is to clone the git repository, so t

[git-users] Re: git push to different branches

2010-07-30 Thread Konstantin Khomoutov
On Jul 28, 10:00 pm, joe wrote: > When going through several articles/tutorials about git I see the > following being done for the initial push to a new branch: > > git push origin branchname:refs/heads/branchname > > Is this necessary for subsequent pushes or does "git push" do the same > thing?