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

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 78

  • @TheCodeCity
    @TheCodeCity  5 місяців тому

    ✌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! ✌

  • @user-jc5pk9cs9m
    @user-jc5pk9cs9m 2 місяці тому +6

    it's better than 70% of other git deployment videos thanks a lot ❤

    • @TheCodeCity
      @TheCodeCity  2 місяці тому

      Thank you for watching! glad it helped :)

  • @MahmoudSadeghi-g9w
    @MahmoudSadeghi-g9w 2 місяці тому +3

    Was the best after almost an hour searching for a video on this subject. Just, not a big issue, but the code you were typing in the terminal was hardly visible sometimes. Thanks a lot.

  • @whisperpriest4630
    @whisperpriest4630 4 місяці тому +2

    You have explained the problem I encountered. I have successfully pushed and host my assignment. I appreciate this video a lot.

  • @soumitralahiri100
    @soumitralahiri100 Місяць тому +2

    Exactly what I was looking for. Thanks a lot!

    • @TheCodeCity
      @TheCodeCity  28 днів тому

      You're welcome! Glad it helped 🙂

  • @nuci5233
    @nuci5233 3 місяці тому +1

    really straightforward and useful thank you 👍

  • @TimHuza
    @TimHuza 6 місяців тому +2

    Thank You so much that was really helpful!

    • @TheCodeCity
      @TheCodeCity  6 місяців тому

      Glad it helped! thanks for watching :)

  • @g_bluana6965
    @g_bluana6965 4 місяці тому

    This was so helpful, thank you!

  • @marcosscherer9784
    @marcosscherer9784 3 місяці тому

    Could you make more videos like this? They've been incredibly helpful! By the way, is there a way to automate updates in Git so that any changes I make in VS Code are automatically synced?

  • @metaru_cd
    @metaru_cd 8 місяців тому +1

    Thank you very much, this tutorial helped me a lot

  • @harshsoni7873
    @harshsoni7873 4 місяці тому

    Great video, Helped me a lot.

  • @jnb3451
    @jnb3451 3 місяці тому +1

    Legend, thank you my indian friend. - Your American friend

  • @bartwinston1582
    @bartwinston1582 5 місяців тому +1

    git commit -am"" is cool because it bypasses a need to do git add because it tracks changed files. Nice video!

    • @ngobrolrandom
      @ngobrolrandom 4 місяці тому

      FALSE!!!! U LIAR!!!!

    • @banercoehsan
      @banercoehsan 3 місяці тому

      if the file is not tracked by git, it need to git add

  • @fredaotto8622
    @fredaotto8622 6 місяців тому

    Thank you very much, this was helpful.

  • @MrMackster01
    @MrMackster01 6 місяців тому +11

    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!

  • @lifeofriko
    @lifeofriko 2 місяці тому

    Hey i was wondering if there is any extension to do this kind of this like in visual studio for c# devlopment

  • @grapehool
    @grapehool 3 місяці тому +1

    2 questions. What is -am . And what is the difference between git add and git commit?

    • @ahsanhussain9916
      @ahsanhussain9916 Місяць тому

      git add brings the file to staging area means (ready to or waiting for a commit) , git commit the name itself save the changes to the file , git is used for versioning learn about it and you will understand that its purpose is more than just pushing code to github

  • @deepika4101
    @deepika4101 3 місяці тому

    Sir after entering the cmd git add . I got an error like 'frontend/' does not have a commit check out ..
    What to do for this
    Please help

  • @shathiyavathisuganthi8913
    @shathiyavathisuganthi8913 29 днів тому

    If i write in vscode it doesn't show M and i couldn't able to copy that github can you please help me on this

  • @DanishTroll87
    @DanishTroll87 Місяць тому +2

    Even chatgpt wasn't this good. Thanks a lot. However, just next time don't forget to mention git config --global user.email and git config --global user.name, because I couldn't commit without setting up these 2.

  • @justzsumit
    @justzsumit 2 місяці тому

    Thanks for helping !

  • @dimasalanta
    @dimasalanta 7 місяців тому

    thanks for this tutorial!

  • @heshamahmad4101
    @heshamahmad4101 6 місяців тому

    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  6 місяців тому

      To add multiple files: git add .

  • @simpletatted23
    @simpletatted23 2 місяці тому

    shout out to you bro salute!!

    • @TheCodeCity
      @TheCodeCity  2 місяці тому

      Thank you for watching! Glad it helped 🙂

  • @QuantApplicantMattKulis
    @QuantApplicantMattKulis 6 місяців тому

    excellent explanation thanks

  • @ender-t7u
    @ender-t7u 5 місяців тому

    good job. very helpful

    • @TheCodeCity
      @TheCodeCity  4 місяці тому

      Thank you for watching, glad it helped. Have you checked this on our new channel? ua-cam.com/video/_fGZd1luSN8/v-deo.htmlsi=G9iVRwfmvK5wnTn_

  • @edwardplothow2035
    @edwardplothow2035 Місяць тому +1

    Update 12/5/2024: Use main instead of master

  • @joeljohnson6573
    @joeljohnson6573 4 місяці тому

    Appreciate you man

  • @swastikjainsj
    @swastikjainsj 2 місяці тому

    Good english & Expla... Tq

    • @TheCodeCity
      @TheCodeCity  2 місяці тому

      Thank you for watching! Glad it helped 🙂

  • @ionsula141
    @ionsula141 3 місяці тому

    No password required?

  • @Bhavin_Ahir1
    @Bhavin_Ahir1 3 місяці тому

    Thank you bro your are so great bro superb

    • @TheCodeCity
      @TheCodeCity  3 місяці тому

      Thank you for watching! Glad it helped :)

  • @jayakumar2927
    @jayakumar2927 4 місяці тому

    How to use without command inside vscode

  • @CherryMakesGameplays
    @CherryMakesGameplays 4 місяці тому

    Short precise everything nice

  • @christo368
    @christo368 4 місяці тому

    do a video for Mac users

  • @aldohaspo1108
    @aldohaspo1108 3 місяці тому

    it's work love u sir

  • @thushankalana4940
    @thushankalana4940 6 місяців тому

    Thank you❤

    • @TheCodeCity
      @TheCodeCity  6 місяців тому

      Thank you for watching! Glad it helped! :)

  • @noirslament0
    @noirslament0 7 місяців тому

    Thanks!

  • @musamdobayed8524
    @musamdobayed8524 27 днів тому

    very helpful but worst sound and screen rec!!!!!!!!

  • @ravitejakakarala7858
    @ravitejakakarala7858 2 місяці тому

    use main instead of master.

  • @SyedMoinuddinycs
    @SyedMoinuddinycs 7 місяців тому

    thanks bro

  • @alexali650
    @alexali650 3 місяці тому

    God bless you🎉🎉😊😊

  • @madtorture3188
    @madtorture3188 6 місяців тому

    thanks!!!

  • @andresoriah
    @andresoriah 4 місяці тому

    ty bro

    • @TheCodeCity
      @TheCodeCity  3 місяці тому

      Thank you for watching! Glad it helped :)

  • @norienmohammed5321
    @norienmohammed5321 4 місяці тому

    THANK U

  • @swapnajitroul157
    @swapnajitroul157 4 місяці тому

    Useful

    • @TheCodeCity
      @TheCodeCity  3 місяці тому

      Thank you for watching! Glad it helped :)

  • @sahanravindu4223
    @sahanravindu4223 24 дні тому

    Thanks

  • @MihreteabDesalegn
    @MihreteabDesalegn 4 місяці тому

    you are hero

    • @TheCodeCity
      @TheCodeCity  3 місяці тому

      Thank you for watching! Glad it helped :)

  • @RGAC
    @RGAC 4 дні тому

  • @zeljkoferber9684
    @zeljkoferber9684 5 місяців тому +5

    awefull , 0 point. better don't make nothing than this.

  • @aoyama3546
    @aoyama3546 5 місяців тому

    hard to understand indian accent

    • @TheCodeCity
      @TheCodeCity  4 місяці тому

      O.K

    • @aoyama3546
      @aoyama3546 4 місяці тому

      @@TheCodeCity hhh nvm Just kidding

    • @aoyama3546
      @aoyama3546 4 місяці тому

      @@TheCodeCity Distinctive accent

    • @pheedb
      @pheedb 4 місяці тому

      it's a nepali accent that is very clear, wellspoken and easy to understand, get your dumbass outta here.

  • @christianjack1250
    @christianjack1250 2 місяці тому

    No password required?

  • @theredditshow8951
    @theredditshow8951 27 днів тому

    Thank you!

  • @arteeeeeeemis
    @arteeeeeeemis 3 місяці тому

    Thanks mate

  • @SayedNowshad-ri7rc
    @SayedNowshad-ri7rc 4 місяці тому

    Thanks 👍