✌If this video helped you, consider buying me a coffee so I can continue making free helpful videos: www.buymeacoffee.com/thecodecity Thank you for watching! ✌
ur super sir i am searching for these content for 2 days no one is clearly explaining but u made to understand simple and it is working out without any issues.thank u sir
Hello sir..I wants to know that after creating repo and push my project on it..I wants to again pull project on vs code and changes made then again wants to push on same repo on github what I hv to do?
hello sir projects is amazing. but mai vs code se github upload nahi kar pa raha hun. aap ke sare instruction mai follow kiya jo app ne github ke readme ke ander likha tha.fir bhi upload mai nahi kar pa raha hun.can you make one video vscode se github par upload kaise karate hai.
Do you have to use the Terminal to push from VS Code to GitHub? Can't one just use the Source Control tab and do the same thing, perhaps a little bit easier / user-friendly?
Hello, this is simple and nice video that you make. I have some questions. If I have folder inside the repo, how can I put my project code into that specific folder? Thank you.
Hello! your video is quite helpful. Thank you. Please how do I push changes from Visual studio to an existing repository? To clarify, I'm hosting my portfolio from github, it's been difficult effecting changes without deleting the whole repository and starting afresh.
00:03 Creating a Github account via browser 01:32 Create a GitHub repository and push code 02:31 Setting up a new project in Visual Studio Code for GitHub push 03:37 Initializing a Git repository and adding files for push 04:38 Commit and push changes to GitHub from Visual Studio Code 05:42 Push code to GitHub from Visual Studio Code 06:46 Pushed code to remote repository from VS Code 07:53 Push code to GitHub from Visual Studio Code and create branches
Its so stupid, the title is how to push code... BUT the video first two minutes is how to sign up for github. Two minutes waste, plus one minutes writing this.
✌If this video helped you, consider buying me a coffee so I can continue making free helpful videos: www.buymeacoffee.com/thecodecity
Thank you for watching! ✌
ur super sir i am searching for these content for 2 days no one is clearly explaining but u made to understand simple and it is working out without any issues.thank u sir
Glad it helped!
this is the best and most simple video for using to push my code, best helped me a lot
Glad it helped!
in simple words ur awesome sir ..... I searched a lot for this content finally I got it sir because of u
My pleasure, glad it helped!
Thank you so much, very clear. Have a great day!
Thank you very much for this tutorial, crystal clear explanation. Found the solution after searching for 2 days!
Thank you for watching! Glad it helped :)
Very helpful video. Thank you very much, have a good day
Thank you for watching! glad it helped :)
Great simple and straight forward video
Thank you for watching! Glad it helped :)
thanks sir this so simple way to push code to github.
Glad it helped!
Great video man! Easy to understand and follow through
superb video...very good explanation...Thanks for the help
Useful Video, thanks for sharing
My pleasure, glad it helped!
great job !!! excellent explanation.
Thank you for watching, glad it helped. Have you checked this on our new channel? th-cam.com/video/_fGZd1luSN8/w-d-xo.htmlsi=G9iVRwfmvK5wnTn_
thanks man! Greetings from Brazil :)
You're welcome!
Thank you, this is easy to follow
It really working thank you so much
Thank You Sir It Helped A Lot 🤝
Thanks for sharing, I found it helpful
very well bro , liked this video and it's very helpfull to understand .
Thank you for watching, glad it helped 🙂
video is helpful, published my first project, how to add regular updates to git
Three words: What A Legend! 👌
Would this be the exact same process for private repos?
Thanks
Yes
simple and clear. thank you so much.
straight to the pojnt, thanks
👌you made very easy to understand
Glad to hear that!
nice and clean tutorial 👍
Glad it helped!
Hello sir..I wants to know that after creating repo and push my project on it..I wants to again pull project on vs code and changes made then again wants to push on same repo on github what I hv to do?
thank you. this is the best video i found👍
You're welcome!
Best explanation thx alot
Very helpful thankyou
My pleasure, glad it helped!
hello sir projects is amazing. but mai vs code se github upload nahi kar pa raha hun. aap ke sare instruction mai follow kiya jo app ne github ke readme ke ander likha tha.fir bhi upload mai nahi kar pa raha hun.can you make one video vscode se github par upload kaise karate hai.
thanks for your help
hello sir good day can i ask what is the difference of master and origin when pushing?
thank you man !
thanks, it works. but it could not push to master branch, instead i pushed to main branch
Thank you. This was very helpful..
You're welcome! glad it helped
thanks alot, great video
Thank you for watching! Glad it helped! :)
THANK YOU!
Do you have to use the Terminal to push from VS Code to GitHub? Can't one just use the Source Control tab and do the same thing, perhaps a little bit easier / user-friendly?
thanks a lot it helped me a lot
My pleasure, glad it helped!
when i typed git commit -am "Circle" it outputted author identity unknown. any solution?
Hello, this is simple and nice video that you make.
I have some questions. If I have folder inside the repo, how can I put my project code into that specific folder?
Thank you.
In your local computer, put code inside that specific folder and push
it helped me a lot
My pleasure, glad it helped!
This helped alot !!! omg.
Hello! your video is quite helpful. Thank you. Please how do I push changes from Visual studio to an existing repository? To clarify, I'm hosting my portfolio from github, it's been difficult effecting changes without deleting the whole repository and starting afresh.
You need to push to the branch from which github pages is showing the portfolio
01:49= Create Repository in Github, 02:40= Open project from Folder,
Thank you so much sir🤧
You the best sir 😊
My pleasure, glad it helped!
What if I have multiple files in a folder that I want to push
Thank You So Much
i tried git remote add origin, but it says that remote origin already exists.
Note: It's push to main now, instead of master
If you use main, It'll push to main branch, if you use master, it'll still work but create a master branch in remote repo and push to master
so i have to upload my file into a different person's public repository. is this the exact same way or is there difference in any step?
It's the same
thank you!
thank you so much
You're welcome!
Thanks bro
Thank you for watching! Glad it helped :)
SSL certificate problem: self-signed certificate in certificate chain getting this error
How to i add folders then push altogether
when i enter "git push origin master" it doesnt automatically open another apps like yours do. what do i do?
Have you install git in your computer?
@@TheCodeCity yes i have
I have the same problem
My authorize git eco system is not coming up
superb
Thank you for watching! Glad it helped! :)
SUPER THANKS
Glad it helped!
Thank u sir
Authorize git -ecosystem unable dikha raha hai click nahi ho sakta kya karu
00:03 Creating a Github account via browser
01:32 Create a GitHub repository and push code
02:31 Setting up a new project in Visual Studio Code for GitHub push
03:37 Initializing a Git repository and adding files for push
04:38 Commit and push changes to GitHub from Visual Studio Code
05:42 Push code to GitHub from Visual Studio Code
06:46 Pushed code to remote repository from VS Code
07:53 Push code to GitHub from Visual Studio Code and create branches
excelent!!!
You're welcome! Glad it helped
thanks. How to import like reverse the thing you do? so that I can work in another device or co-working
Check this: th-cam.com/video/WBE8XTTyH6g/w-d-xo.html
thanks
Thank you for watching! glad it helped :)
Is Git download mandatory??
Yes, dude
beautiful bastard genius
thanks
Glad it helped!
😍
Hello pls I need ask u some question
What's the question?
@@TheCodeCity I'm trying to push from vs to github but am facing challenges, can you guide me pls
please remove your brand logo from video, it hides the information etc. you already get your brand sub button on video.
On top left?
@@TheCodeCity yah mate. was good but logo is an issue
🙃thanks
lalar min mnih bolku bn chi buruu hiisn bn
pydaras
?
Its so stupid, the title is how to push code... BUT the video first two minutes is how to sign up for github. Two minutes waste, plus one minutes writing this.
You're stupid.
just time skip 🤨 Instead of wasting your time writing this comment, you could have used the time to do a timeskip.
Thank you!
Thank you ❤
Thank you for watching! Glad it helped! :)