Learn Git and GitHub Basics for Beginners | Quick Start Guide

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 25

  • @sougataghar1179
    @sougataghar1179 3 года назад +8

    I was so overwhelmed with git /github . This made me feel at ease . Thank you sir
    :)

  • @ahmad-murery
    @ahmad-murery 3 года назад +3

    Nice and concise to get you started confidently.

  • @waniarifrasool
    @waniarifrasool 3 года назад +2

    This is beautiful!
    Thanks!

  • @ashokrathikrinda1745
    @ashokrathikrinda1745 3 года назад

    Your way of explanation is awesome thank you so much Dave 😍

  • @askebirtadesse9162
    @askebirtadesse9162 11 месяцев назад

    Great support thank you so much 😊

  • @oshadhaedirisinghe1455
    @oshadhaedirisinghe1455 3 месяца назад

    Great explanation

  • @bechirtrifi1398
    @bechirtrifi1398 2 года назад +1

    Excellent content! 👏👏

  • @JodiBillis
    @JodiBillis 2 года назад

    Great video! Very well explained!

  • @amalkrishnas1696
    @amalkrishnas1696 Год назад

    Thanks for the video, very helpful

  • @1conscience0dimension
    @1conscience0dimension Год назад

    I'm watching again, I'm trying to understand how to use a template in line commands. But I need to confirm my bases first

  • @entertainyou1855
    @entertainyou1855 2 года назад

    I tried this on a private repo and it failed to push to git.
    Any idea what could be done differently.

  • @williamgibbs71
    @williamgibbs71 4 месяца назад

    is there a place you can get all these Cntrl commands so I could possibly print them out?

  • @wesleybales9553
    @wesleybales9553 Год назад

    my A does not go away after i put git m then status and also git push -u doesnt work for me
    any ideal why

  • @shineLouisShine
    @shineLouisShine 2 года назад

    Thank you.
    Actually, by trying to makes ".git" folder to get displayed in the Explorer navbar
    -It also display a ".vscode" folder with a settings.json file that indicate of the editing which I did in the "exclude" settings:
    { "files.exclude": { "**/.git": false, }}
    OK, so now, to disappear this annoying .vscode folder, at the same exclude settings - I add its name,
    And "vuola" - the .vscode folder disappear from the Explorer bar.
    The problem is that in github - it is still shown as part of the project.
    - Why does everything needs to be so difficult, and exhausting, and complicated?
    - Why can't the .git folder simply get displayed without the .vscode folder get displayed as well?

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад +1

      The .vscode folder is a completely separate thing. It is a "hidden" Windows file though and now that you are displaying those hidden files, you can see it. You can delete it. It is usually created when you are using the Live Server extension and you have it running already on port 5500 so when you launch your site again, it sets the port to 5501. Confirm you have your project running on port 5500 closed, delete the .vscode folder, and it should not be re-created again until you try to run your project twice at the same time again. All of this said, you can create a .gitignore file and list .vscode in it so that folder will not be sent to Github.

  • @mortezafarhangpanah256
    @mortezafarhangpanah256 Год назад

    Thanks