+[2014-09-25T17:57:22Z]luminoushello! 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]imkmfluminous: https://help.github.com/articles/setting-your-email-in-git +[2014-09-25T17:59:12Z]luminousthanks! +[2014-09-25T20:47:44Z]KrofDrakulahullo +[2014-09-25T20:48:35Z]KrofDrakulaanyone 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
+[2014-09-26T00:15:48Z]GurpartapCouldn’t git clone for a good couple of minutes +[2014-09-26T00:15:54Z]Gurpartapfrom machines across the world. +[2014-09-26T00:29:11Z]daMaestroEvening. 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]daMaestroA `git diff master..branch_name` shows the changes, but I can't use a PR at this time. +[2014-09-26T00:38:03Z]daMaestroGot it, just had to reverse the comparison.