+ [2014-09-25T17:57:22Z] luminous hello! quick question: when setting up .gitconfig for a user, which field(s) is/are github looking for to associate the commits with a github user in the web ui?
+ [2014-09-25T17:58:57Z] imkmf luminous: https://help.github.com/articles/setting-your-email-in-git
+ [2014-09-25T20:48:35Z] KrofDrakula anyone here used .gitattributes merge attribute? i'm having trouble implementing a custom merge driver with git 1.7.2.5 on debian: https://gist.github.com/KrofDrakula/9e4a880cf58bf6fb4444

message no. 49428

Posted by gasull in #github at 2014-09-25T05:36:22Z

How do I checkout the branch of a contributor? Do I need to fork his fork for this?
+ [2014-09-26T00:15:48Z] Gurpartap Couldn’t git clone for a good couple of minutes
+ [2014-09-26T00:15:54Z] Gurpartap from machines across the world.
+ [2014-09-26T00:29:11Z] daMaestro Evening. I'm trying to create a PR of commits that have already been committed into master. I'm curious how I can achieve this. I've created a branch from the tag I would like to compare from, but I'm unable to create a PR because the commits in question have already been merged into master.
+ [2014-09-26T00:32:21Z] daMaestro A `git diff master..branch_name` shows the changes, but I can't use a PR at this time.
+ [2014-09-26T00:38:03Z] daMaestro Got it, just had to reverse the comparison.