Git for Professionals from 3 Tech Companies: (CLI+Github+Branching) - Just Enough Series

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

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

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

    ✉ Liked my content? Check out my newsletter, Just Enough Dev, for more:
    newsletter.justenough.dev/

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

    This is an outstanding introduction to "using git in the Real World." Once you know the basic vocabulary of "init", "add", "commit", "branch", and "merge", you're ready to learn HOW and WHY you use those tools. Thank you for this excellent explanation of the git workflow!

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

      Glad you enjoyed it, Richard!

  • @didiergasser-morlay2417
    @didiergasser-morlay2417 Год назад

    It is the most hands-on, effective GIT video I have seen, it clarifies the use of GIT and it's benefits, even for a single, self-employed developper. Thank you for the hard work you have put in this video

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

      Thanks 😊 Glad it was helpful 🙏

  • @abduvik
    @abduvik  2 года назад +2

    Something wasn't clear? Leave a question and I will be happy to answer 🚀🧑‍💻

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

    Great practical video!

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

      Thanks Abdoul, Happy it was useful!

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

    Hello Abdu . I like your videos. I was wondering why would you issue command git add . when you only edited button.js ? The command commit wit a flags (-a) and (-m) is not enough in such scenario ?

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

      Glad to hear you like them 😊
      So there won't be a difference but I like to run "git status" before committing to check I have the correct files and I am not pushing any env files for example