latest 20 messages by tona

+ [2020-07-18T17:07:59Z] tona hello everyone, my process in commited in github was not completed sucessfully , is there one way to commit again a full file
+ [2020-07-14T22:08:00Z] tona coudl someone advice me , I tried to use git push -u origin master --force for my first time, but I am know if doing it , it right
+ [2020-07-14T22:01:23Z] tona , coudl someone advice me
+ [2020-07-14T22:01:23Z] tona hello my github is empty and I have one code I would like to push into github account , I did those steps 1.- git init , 2.- git add . 3.- git commit -m "initial" 4.- git remote add origin 5.- git push -u origin master , but it is not allowing to push it it telling me first git pull , but I dont want to lose my information in my folder
+ [2020-04-24T19:49:06Z] tona how can I commit all my files and directory and subdirectories recursivly :)
+ [2020-04-24T19:40:10Z] tona I thought only git add . make the works for me
+ [2020-04-24T19:33:49Z] tona how can I commit files and one particular folder
+ [2020-04-24T19:33:32Z] tona not how could I do it
+ [2020-04-24T19:27:22Z] tona could someone advice me
+ [2020-04-24T19:27:17Z] tona but checking my repository seem node_modules not appear there
+ [2020-04-24T19:26:58Z] tona Hi everyone, I made one git clone after that I install some packages using npm install , but I am not able to see modules in my github project, these were my commands 1- git add. 2.- git commit -m "deploy" 3.- git remote add origin mygithutaccount/demo.git 4. git push -u origin master --force
+ [2020-01-14T15:47:57Z] tona hello everyone, is there one way to retrieve from user_id in github using SSO, is there one api where I could get that info :)
+ [2019-11-18T12:17:23Z] tona I learn it in youtube
+ [2019-11-18T12:17:18Z] tona ok
+ [2019-11-18T12:16:12Z] tona where could I learn about git fetch and git merge which is the complete syntaxis
+ [2019-11-18T12:13:58Z] tona now I dont know how could I update my code
+ [2019-11-18T12:13:27Z] tona yes I added one using the gui
+ [2019-11-18T12:11:59Z] tona I did it but it is asking me fetch first ,
+ [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-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