+ [2019-11-16T18:30:40Z] alkisg Yey, that worked :)
+ [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

message no. 175939

Posted by alkisg in #github at 2019-11-17T16:03:58Z

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
+ [2019-11-18T07:43:19Z] 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
+ [2019-11-18T07:53:48Z] 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
+ [2019-11-18T12:09:05Z] tona Hello everyone, how could I update my code for second time, 1- git init 2- git add . 3.- git commit 4.- git orgin remove 5.- git push , how could I update my code for second time, should I repeat the same steps
+ [2019-11-18T12:09:43Z] R2robot you don't have to init again