+ [2016-07-03T22:21:58Z] jhass git config --global user.email
+ [2016-07-03T22:22:47Z] jhass note that github supports account renames btw

message no. 141496

Posted by CoolCanuck in #github at 2016-07-03T22:20:10Z

Hi. I'm signed in with a CoolCanuck When I go to push changes, it shows on repo as braydenpeacock (my old account) making the changes. My profile (CoolCanuck), shows me contributing the changes to the repo, but the repo commits show that braydenpeacock did it.
+ [2016-07-04T07:55:50Z] gh-status [Yellow] We are failing over a data service, you may experience exceptions and delay while receiving notifications. Apologies for the inconvenience.
+ [2016-07-04T08:12:37Z] gh-status [Green] Everything operating normally.
+ [2016-07-04T13:33:41Z] visualshock I have two branches (master and server) and I want to merge them so everything is up to date in master. Do I need to checkout server and then merge it to master, or opposite?
+ [2016-07-04T13:35:48Z] tobiasvl visualshock: well neither, you checkout master and then merge server into it