Re: [git-users] Re: Doubts about Wordpress upgrade using git

2011-02-14 Thread Thomas Ferris Nicolaisen
Neat solution. Glad you got it working :) -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send email to git-users@googlegroups.com. To unsubscribe from this group, send email to

[git-users] Breaking branches out into their own repo - Am I crazy?

2011-02-14 Thread Veloz
So I have this involved project that started off as a master branch. The master branch has continue to grow over these last few months, and at several points along the way, I've created client specific branches off master, to introduce some client specific behavior. Now, my boss tells me he no

Re: [git-users] Breaking branches out into their own repo - Am I crazy?

2011-02-14 Thread Konstantin Khomoutov
On Mon, 14 Feb 2011 08:34:05 -0800 (PST) Veloz michaelve...@gmail.com wrote: [...] I did a little testing whereby a setup a bare repo on my machine and added an origin to my source repo to point to this bare repo. Then I checked out some branch on my source repo, say desiredbranch tried to do

[git-users] Re: Breaking branches out into their own repo - Am I crazy?

2011-02-14 Thread Veloz
Excellent!! The descriptions was wonderful, and the solutions worked. Yippee!! Michael On Feb 14, 12:27 pm, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Mon, 14 Feb 2011 08:34:05 -0800 (PST) Veloz michaelve...@gmail.com wrote: [...] I did a little testing whereby a setup a

Re: [git-users] Re: Setting up a remote repo when the local is already in course

2011-02-14 Thread Daniel Trezub
Ok, thanks. So, even if my remote repo is a brand-new one and my local repo is ages old with a lots of history, after the push the remote repo will have all my history? = Daniel Trezub http://www.gameblogs.com.br On 13 February 2011 23:46, Jeenu gro...@jeenuv.otherinbox.com wrote: On

[git-users] Re: Setting up a remote repo when the local is already in course

2011-02-14 Thread Jeenu
On Feb 15, 4:16 am, Daniel Trezub daniel...@gmail.com wrote: Ok, thanks. So, even if my remote repo is a brand-new one and my local repo is ages old with a lots of history, after the push the remote repo will have all my history? If all your history is reachable from the branch head that