+[11 years ago]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? +[11 years ago]imkmfluminous: https://help.github.com/articles/setting-your-email-in-git +[11 years ago]luminousthanks! +[11 years ago]KrofDrakulahullo +[11 years ago]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
How do I checkout the branch of a contributor? Do I need to fork his fork for this?
+[11 years ago]GurpartapCouldn’t git clone for a good couple of minutes +[11 years ago]Gurpartapfrom machines across the world. +[11 years ago]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. +[11 years ago]daMaestroA `git diff master..branch_name` shows the changes, but I can't use a PR at this time. +[11 years ago]daMaestroGot it, just had to reverse the comparison.