+ [2015-07-19T22:18:19Z] Leonarth I'll delete the garbage markup manually
+ [2015-07-19T22:18:50Z] Leonarth what if I want my old file back
+ [2015-07-19T22:18:57Z] Leonarth the one without before merging
+ [2015-07-19T22:26:10Z] Leonarth how do you get rid of the .xcuserstate commits? adding them to gitignore doesn't seem to work

message no. 103878

Posted by LoveAndHappiness in #github at 2015-07-19T03:03:47Z

ok, it's cmd+c and then ":wq" whyever
+ [2015-07-20T02:55:24Z] est31 hi, is there a way to make git remote update not work sequential, but in parallel?
+ [2015-07-20T02:55:47Z] est31 because sometimes github is slow in retrieving stuff
+ [2015-07-20T02:56:00Z] est31 like an hdd spinning on or so
+ [2015-07-20T03:04:13Z] deltab est31: I guess you could loop over the remote names and start each remote in the background, or use gnu parallel, or tmux
+ [2015-07-20T06:26:54Z] ashwink005 how do I get the Git tab on my intellij IDE?