filmov
tv
How to upload your code to GitHub

Показать описание
This video is a tutorial on how we can upload or push our code to GitHub.
Steps:
3) Then right-click on any folder which contains the code you want to upload to GitHub, and click on "Gitbash Here".
4) Then write these commands:
These are the necessary commands to push the code to GitHub, these are the same commands discussed in the video.
git init
git status
git add -A
git status
git commit -m "first commit"
git remote add origin [url of repo]
git push -u origin master
5) Once done, refresh the page on the GitHub repository.
6) Congratulations! Your code has been uploaded.
Thank you guys for watching. If you liked the video, please hit the thumbs-up, as it is my very first tutorial 'how-to' video, and please subscribe to my channel.
If you guys have any issues, questions, or any kind of confusion, please do let me know in the comments section below. I'll surely respond to you and help you guys out.
Steps:
3) Then right-click on any folder which contains the code you want to upload to GitHub, and click on "Gitbash Here".
4) Then write these commands:
These are the necessary commands to push the code to GitHub, these are the same commands discussed in the video.
git init
git status
git add -A
git status
git commit -m "first commit"
git remote add origin [url of repo]
git push -u origin master
5) Once done, refresh the page on the GitHub repository.
6) Congratulations! Your code has been uploaded.
Thank you guys for watching. If you liked the video, please hit the thumbs-up, as it is my very first tutorial 'how-to' video, and please subscribe to my channel.
If you guys have any issues, questions, or any kind of confusion, please do let me know in the comments section below. I'll surely respond to you and help you guys out.