[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

[git-users] Re: Updating a cloned repository

2010-07-30 Thread Konstantin Khomoutov
On Jul 30, 5:36 pm, DAZ daz4...@gmail.com 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

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

2010-07-30 Thread Konstantin Khomoutov
On Jul 28, 10:00 pm, joe ehass...@gmail.com 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