How to Commit and Push to Github from VSCode (2024 Update)

Ғылым және технология

In this video, I'll show you how you can commit and push code to github from vscode. Visual Studio Code (vscode) is a very popular IDE to write code, and it can help you to commit and push code to github without leaving the editor.
You'll need to have git installed in your system in order to push code to github from vscode. If you don't have git already installed in your system, check the video below:
Install Git: • How to Install Git 2.4...
☕Buy me a coffee: www.buymeacoffee.com/thecodecity
🌐Connect with me:
- TikTok: tiktok.com/@thecodecity
- Twitter: / thecodecity
- Instagram: / thecodecity
- Website: thecodecity.com
Steps to commit and push to Github from VSCode:
1. Initialize local repository
2. Add the files to be tracked by git: git add .
3. Commit the changes: git commit -m "your message here"
4. Add Origin: git remote add origin git-repo-link.git
5. Push to github: git push -u origin master
By the end of this video, you'll have commited code in your visual studio code, and have pushed code to github from within vscode.
If you have any problems, let me know in the comments below.

Пікірлер: 14

  • @metaru_cd
    @metaru_cd2 ай бұрын

    Thank you very much, this tutorial helped me a lot

  • @fredaotto8622
    @fredaotto862222 күн бұрын

    Thank you very much, this was helpful.

  • @MrMackster01
    @MrMackster01Ай бұрын

    Good tutorial- it might help if you ‘clear’ in the terminal as the code you’re typing is hard to see at the bottom on the screen! Otherwise great video!

  • @dimasalanta
    @dimasalanta2 ай бұрын

    thanks for this tutorial!

  • @QuantApplicantMattKulis
    @QuantApplicantMattKulis16 күн бұрын

    excellent explanation thanks

  • @TimHuza
    @TimHuza26 күн бұрын

    Thank You so much that was really helpful!

  • @TheCodeCity

    @TheCodeCity

    25 күн бұрын

    Glad it helped! thanks for watching :)

  • @00nobody001
    @00nobody001Ай бұрын

    Thanks!

  • @SyedMoinuddinycs
    @SyedMoinuddinycsАй бұрын

    thanks bro

  • @madtorture3188
    @madtorture3188Ай бұрын

    thanks!!!

  • @heshamahmad4101
    @heshamahmad410121 күн бұрын

    finally someone explained to the point and it really worked for me...I just want to know how i will push later again if i created multiple files and all at a time.... although i tried : git add file_name git commit -am "" git push origin master : and it added a single file but don't know if need to push multiple at a time

  • @TheCodeCity

    @TheCodeCity

    18 күн бұрын

    To add multiple files: git add .

  • @thushankalana4940
    @thushankalana4940Ай бұрын

    Thank you❤

  • @TheCodeCity

    @TheCodeCity

    27 күн бұрын

    Thank you for watching! Glad it helped! :)

Келесі