+ [2019-11-16T18:12:44Z] nedbat alkisg: make them code lines
+ [2019-11-16T18:13:40Z] alkisg reads https://jekyllrb.com/docs/configuration/markdown/ ...
+ [2019-11-16T18:16:12Z] alkisg smart_quotes - Defines the HTML entity names or code points for smart quote output
+ [2019-11-16T18:16:23Z] alkisg ...so there's an option there, I just need to find how it's used
+ [2019-11-16T18:30:40Z] alkisg Yey, that worked :)

message no. 175881

Posted by Josse in #github at 2019-11-16T16:49:44Z

Well the problem is that I started writing the web app and started writing the mobile app after, and I don't want to lose all the commits
+ [2019-11-17T02:22:27Z] Moult Is there a public service that provides IRC bots that shout out new commits to a github repo? Or should I set up my own bot?
+ [2019-11-17T04:13:23Z] alkisg Moult: if you find one, I'm interested too :)
+ [2019-11-17T10:24:36Z] Moult alkisg: i ended up running Sopel and using its https://github.com/RebelCodeBase/sopel-rss module
+ [2019-11-17T16:03:58Z] alkisg Moult: thank you, will have a look at sopel
+ [2019-11-18T07:37:12Z] tona hello everyone, I have put my code in github using this steps, 1.- git init , 2.- git add . 3.- git commit -m 'deploy' 4.- git remote add origin mygithub 5.- git push -u origin master, what steps should I do for my second and third steps to update my code