[git-users] Best approach to combine frameworks in github?

2013-06-07 Thread jasonbradberry
I'm new to git, and having done a fair bit of reading up I've set up a github account ready to get started. I plan to combine elements of Inuit CSS ( https://github.com/csswizardry/inuit.css) with Bones ( https://github.com/eddiemachado/bones) to create my own starter framework for Wordpress p

Re: [git-users] Problem with "git checkout --orphan"

2013-06-07 Thread Konstantin Khomoutov
On Fri, 7 Jun 2013 11:30:38 -0400 wor...@alum.mit.edu (Dale R. Worley) wrote: > > From: Konstantin Khomoutov > > > > Works for me with Git 1.8.1: > > Good. I will check again when I upgrade to Git >=1.8.1. Looks like that was fixed by commit abe1998 [1] (and further improved since -- just do

Re: [git-users] Getting good compression

2013-06-07 Thread Dale R. Worley
> From: Martin Mųller Skarbiniks Pedersen > > It sounds like you are using the mbox email format where everything is > kept inside a > single file. That is correct. > Have you considered using the Maildir fomat instead ? No, because my mail reader uses mbox format (and it might require various

Re: [git-users] Re: Problem with "git checkout --orphan"

2013-06-07 Thread Dale R. Worley
> From: Thomas Ferris Nicolaisen > > Repos (or branches) without history are funny places where a lot of > operations make less or more sense. The place to address this is the Git > developer mailing list, but the use-case does sound a bit, well, pointless. It's true that it's not very import

Re: [git-users] Problem with "git checkout --orphan"

2013-06-07 Thread Dale R. Worley
> From: Konstantin Khomoutov > > Works for me with Git 1.8.1: Good. I will check again when I upgrade to Git >=1.8.1. Dale -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from

Re: [git-users] Problem with "git checkout --orphan"

2013-06-07 Thread Konstantin Khomoutov
On Thu, 6 Jun 2013 14:51:50 -0400 wor...@alum.mit.edu (Dale R. Worley) wrote: [...] > $ git --version > git version 1.7.7.6 [...] > $ # Try to create an orphaned branch. This fails. > $ git checkout --orphan first-new-branch > fatal: You are on a branch yet to be born Works for me with Git 1.

Re: [git-users] Clarification Regarding Git Commit Granularity

2013-06-07 Thread Konstantin Khomoutov
On Thu, 6 Jun 2013 22:49:24 -0700 PJ Weisberg wrote: > > So, one thing I'm still a bit fuzzy on is the recommend granularity > > of > commits, and I'm wondering if anyone can help me out. [...] > If I understand correctly, you're making two logical changes, each of > which touches several files.