How to Put my code to Github and run it using Terminal emulators?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to Put my code to Github and run it using Terminal emulators??

8th May 2020, 3:00 PM
Phuti__
2 Answers
0
Open terminal and add the foowing commands: git init git add .(Adds full repository) git commit -m "commit name" git remote add origin https://github.com/username/repositiry.git git push -u origin master
8th May 2020, 4:43 PM
CodeFu
CodeFu - avatar
0
That's all?....so where do i paste my code source code?
8th May 2020, 7:21 PM
Phuti__