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

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 70

  • @TheCodeCity
    @TheCodeCity  4 หลายเดือนก่อน

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

    • @HyperLinguist-AI
      @HyperLinguist-AI หลายเดือนก่อน

      unless you smash your computer and then incinerate it, you can't get rid of github data once installed. It had been months since I last used it and I couldn't remember my account (could not find it on my webmail!!) so I created a new one. Then it would always tell me when trying to push that it was the wrong username and pwd. I uninstalled github, purged it, autoremoved it, incinerated it, deleted it the folder manually, it would still keep the older username, which I found when doing the connect test to github. The only way to remove your github data from your system is to do a military grade overwriting of all sectors of memory six times and then wipe out deep using assembly language. It may still keep the data, so, to be safe, just buy another hard drive.

  • @whisperpriest4630
    @whisperpriest4630 3 หลายเดือนก่อน +2

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

  • @MahmoudSadeghi-g9w
    @MahmoudSadeghi-g9w หลายเดือนก่อน +1

    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.

  • @user-jc5pk9cs9m
    @user-jc5pk9cs9m หลายเดือนก่อน +3

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

    • @TheCodeCity
      @TheCodeCity  หลายเดือนก่อน

      Thank you for watching! glad it helped :)

  • @jnb3451
    @jnb3451 2 หลายเดือนก่อน +1

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

  • @marcosscherer9784
    @marcosscherer9784 หลายเดือนก่อน

    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?

  • @nuci5233
    @nuci5233 2 หลายเดือนก่อน +1

    really straightforward and useful thank you 👍

  • @bartwinston1582
    @bartwinston1582 4 หลายเดือนก่อน +1

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

    • @channelcobi
      @channelcobi 3 หลายเดือนก่อน

      FALSE!!!! U LIAR!!!!

    • @banercoehsan
      @banercoehsan หลายเดือนก่อน

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

  • @TimHuza
    @TimHuza 5 หลายเดือนก่อน +2

    Thank You so much that was really helpful!

    • @TheCodeCity
      @TheCodeCity  5 หลายเดือนก่อน

      Glad it helped! thanks for watching :)

  • @metaru_cd
    @metaru_cd 6 หลายเดือนก่อน +1

    Thank you very much, this tutorial helped me a lot

  • @deepika4101
    @deepika4101 หลายเดือนก่อน

    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

  • @MrMackster01
    @MrMackster01 5 หลายเดือนก่อน +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!

  • @g_bluana6965
    @g_bluana6965 3 หลายเดือนก่อน

    This was so helpful, thank you!

  • @not_blackrose
    @not_blackrose 27 วันที่ผ่านมา

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

  • @grapehool
    @grapehool 2 หลายเดือนก่อน +1

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

    • @ahsanhussain9916
      @ahsanhussain9916 18 วันที่ผ่านมา

      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

  • @DanishTroll87
    @DanishTroll87 14 วันที่ผ่านมา +1

    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.

  • @fredaotto8622
    @fredaotto8622 5 หลายเดือนก่อน

    Thank you very much, this was helpful.

  • @harshsoni7873
    @harshsoni7873 3 หลายเดือนก่อน

    Great video, Helped me a lot.

  • @simpletatted23
    @simpletatted23 25 วันที่ผ่านมา

    shout out to you bro salute!!

    • @TheCodeCity
      @TheCodeCity  24 วันที่ผ่านมา

      Thank you for watching! Glad it helped 🙂

  • @justzsumit
    @justzsumit หลายเดือนก่อน

    Thanks for helping !

  • @heshamahmad4101
    @heshamahmad4101 4 หลายเดือนก่อน

    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  4 หลายเดือนก่อน

      To add multiple files: git add .

  • @QuantApplicantMattKulis
    @QuantApplicantMattKulis 4 หลายเดือนก่อน

    excellent explanation thanks

  • @dimasalanta
    @dimasalanta 6 หลายเดือนก่อน

    thanks for this tutorial!

  • @swastikjainsj
    @swastikjainsj 27 วันที่ผ่านมา

    Good english & Expla... Tq

    • @TheCodeCity
      @TheCodeCity  24 วันที่ผ่านมา

      Thank you for watching! Glad it helped 🙂

  • @ionsula141
    @ionsula141 หลายเดือนก่อน

    No password required?

  • @ender-t7u
    @ender-t7u 4 หลายเดือนก่อน

    good job. very helpful

    • @TheCodeCity
      @TheCodeCity  3 หลายเดือนก่อน

      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_

  • @joeljohnson6573
    @joeljohnson6573 3 หลายเดือนก่อน

    Appreciate you man

  • @CherryMakesGameplays
    @CherryMakesGameplays 3 หลายเดือนก่อน

    Short precise everything nice

  • @jayakumar2927
    @jayakumar2927 3 หลายเดือนก่อน

    How to use without command inside vscode

  • @Bhavin_Ahir1
    @Bhavin_Ahir1 2 หลายเดือนก่อน

    Thank you bro your are so great bro superb

    • @TheCodeCity
      @TheCodeCity  2 หลายเดือนก่อน

      Thank you for watching! Glad it helped :)

  • @alexali650
    @alexali650 2 หลายเดือนก่อน

    God bless you🎉🎉😊😊

  • @aldohaspo1108
    @aldohaspo1108 2 หลายเดือนก่อน

    it's work love u sir

  • @thushankalana4940
    @thushankalana4940 5 หลายเดือนก่อน

    Thank you❤

    • @TheCodeCity
      @TheCodeCity  5 หลายเดือนก่อน

      Thank you for watching! Glad it helped! :)

  • @noirslament0
    @noirslament0 5 หลายเดือนก่อน

    Thanks!

  • @christo368
    @christo368 3 หลายเดือนก่อน

    do a video for Mac users

  • @swapnajitroul157
    @swapnajitroul157 2 หลายเดือนก่อน

    Useful

    • @TheCodeCity
      @TheCodeCity  2 หลายเดือนก่อน

      Thank you for watching! Glad it helped :)

  • @MihreteabDesalegn
    @MihreteabDesalegn 2 หลายเดือนก่อน

    you are hero

    • @TheCodeCity
      @TheCodeCity  2 หลายเดือนก่อน

      Thank you for watching! Glad it helped :)

  • @norienmohammed5321
    @norienmohammed5321 3 หลายเดือนก่อน

    THANK U

  • @andresoriah
    @andresoriah 2 หลายเดือนก่อน

    ty bro

    • @TheCodeCity
      @TheCodeCity  2 หลายเดือนก่อน

      Thank you for watching! Glad it helped :)

  • @SyedMoinuddinycs
    @SyedMoinuddinycs 5 หลายเดือนก่อน

    thanks bro

  • @ravitejakakarala7858
    @ravitejakakarala7858 หลายเดือนก่อน

    use main instead of master.

  • @madtorture3188
    @madtorture3188 5 หลายเดือนก่อน

    thanks!!!

  • @zeljkoferber9684
    @zeljkoferber9684 3 หลายเดือนก่อน +4

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

  • @aoyama3546
    @aoyama3546 3 หลายเดือนก่อน

    hard to understand indian accent

    • @TheCodeCity
      @TheCodeCity  3 หลายเดือนก่อน

      O.K

    • @aoyama3546
      @aoyama3546 3 หลายเดือนก่อน

      @@TheCodeCity hhh nvm Just kidding

    • @aoyama3546
      @aoyama3546 3 หลายเดือนก่อน

      @@TheCodeCity Distinctive accent

    • @pratt3528
      @pratt3528 3 หลายเดือนก่อน

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

  • @christianjack1250
    @christianjack1250 หลายเดือนก่อน

    No password required?

  • @SayedNowshad-ri7rc
    @SayedNowshad-ri7rc 3 หลายเดือนก่อน

    Thanks 👍

  • @arteeeeeeemis
    @arteeeeeeemis 2 หลายเดือนก่อน

    Thanks mate