+ [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. 141292

Posted by jhass in #github at 2016-07-03T09:28:30Z

I get about 36.7 million results of which at least the first page consists of only results entirely appropriate to answer the question throughout
+ [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