How to connect a React App to a new Github repo

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

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

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

    not sure why other tutorials worked, but this is the only one that worked. thank u

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

    Your video saved me from having a major head ache. Thank you!

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

    Thank you so much for this video. Your instructions were very clear and concise. I will add (for anyone else out there who might run into the same issue I did) that when you instructed us to do the very last command to create the repo ( git push -u origin master) that instead of writing 'master' I had copied/Pasted the line that was in github, which was 'git push -u origin main'. In github it says 'main' instead of 'master' when I did this i received an error. I tried again following your instructions and used 'git push -u origin master' and it worked! I appreciate your video.

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

      You are very welcome. I used to be bothered by this and knew that others could benefit.

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

      Yeah, Github used to always set up repos with a 'master' branch. They recently changed to defaulting that to 'main', which I change to 'master'. Not sure why they made the change. Anybody?

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

      @@brettm9 Because the word 'master' has connotations to slavery which is a sensitive topic for some people

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

      @@emilysmith1000 lmfao

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

    ohh my god thank you. This was the best tutorial describing how to connect react to GitHub all the other videos were a hot mess.

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

      You are very welcome. I myself was frustrated by this and thought I would contribute to the Jr. Dev. community.

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

    Thanks a bunch for this tutorial. It'd been a while I haven't had to create a react app. Just getting back at it and struggled a bit. Found your video on time. 🙂

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

    Thanks man! Very succinct and to the point; nicely done.

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

    Thank you so much for this video! Your instructions were very clear and easy to follow.

  • @0zniugnep904
    @0zniugnep904 8 месяцев назад

    thanks, this seemed to work. liked vid

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

    Super helpful guide, thanks!

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

    It wanted me to type git push -u origin main, instead of master. And that worked. What is the difference though? Thank you for the video, this is just what I was looking for!

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

    Thank you for your useful video. Saved my day.

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

      You're welcome!

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

    Thank you! Very usefull

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

    Thanks Brett, you are awesome.

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

    Thanks man super easy and explained well

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

    Hi brett! sorry that i'm commenting on an unrelated video, as i have forgotten which was the correct video. I have made a website using your node tutorials (thanks a million for those, they were a great foundation for my projects), with a handful of users. My question is, their passwords are stored in the database in the encrypted form using bcrypt according to your tutorial exactly, I would like to know if this is safe? To my knowledge, even I (the creator) cannot decrypt their passwords into plain text even with the source code, would this be correct?

    • @brettm9
      @brettm9  3 года назад +1

      Rest assured that the passwords are safe and stored properly in your rest full database. And you are correct you can’t decrypt them so they are safe

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

      @@brettm9 Thanks!

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

    Thank you

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

    Miss you dude

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

    Thank u so much!!!!

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

      You're welcome!

  • @OmarBanna-w9n
    @OmarBanna-w9n Год назад

    thank you.

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

    omg thanks

  • @waqaskhan-gf4to
    @waqaskhan-gf4to 2 года назад

    Thank You sir

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

    Lol.. I was searching for a react component that pulls github

  • @TimYear8
    @TimYear8 3 года назад +1

    Amazing tutorial, thanks!

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

    Thank you

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

      You're welcome

  • @11vag
    @11vag 2 года назад

    Thank you