message no. 175941
Posted by tona in #github at 2019-11-18T07:43:19Z
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