+ [2017-06-11T21:12:41Z] twidi (and when I said "I used", I mean all my team, on the same repo)
+ [2017-06-11T23:11:04Z] DavidJOwens What do the numbers next to someone's commits mean, such as 38 ++ / 11 --?
+ [2017-06-11T23:31:32Z] nedbat DavidJOwens: 38 lines added, 11 lines removed
+ [2017-06-11T23:32:16Z] DavidJOwens nedbat, oh ok. I thought it might be something like that

message no. 169462

Posted by twidi in #github at 2017-06-11T20:47:40Z

you can use `git flow feature finish` if develop is protected, but it must be done only once the review is done, of course, and just after a fresh rebase on develop. Also the finish should not delte the remote branch, if I remember correctly
+ [2017-06-12T04:32:51Z] kr1shna gh pages are published on https://kr1shnas.github.io/kr1shna.github.io/, how do i change to http://kr1shna.github.io/
+ [2017-06-12T04:41:40Z] deltab the name has to match your username, so you can make it http://kr1shnas.github.io/
+ [2017-06-12T04:42:32Z] deltab or change your username to kr1shna
+ [2017-06-12T04:43:57Z] deltab https://help.github.com/articles/user-organization-and-project-pages/
+ [2017-06-12T04:44:24Z] kr1shna deltab: wonderful idea