How to Install and Configure Git and GitHub on Windows 11

Поделиться
HTML-код
  • Опубликовано: 26 июн 2023
  • Learn how to install and configure Git and GitHub on Windows 11/ Windows 10 with this comprehensive tutorial. #Git #GitHub #Windows11 #Windows10 #gittutorial
    Set Up Git:
    git config --global user.name "Your Name"
    git config --global user.email "youremail@domain.com"
    other commands
    git clone (url)
    git add (file names)
    git commit -m "(committed message)
    git push -u origin main
    git remote add origin main (url)( tokenhere@github.com/user_name/repo_name.git)
    FIX: "Support for password authentication was removed. Please use a personal access token instead."
    git clone tokenhere@github.com/user_name/repo_name.git
    Git is a popular version control system used by developers to track changes in their code repositories. GitHub, on the other hand, is a web-based platform that provides hosting for Git repositories and offers additional collaboration features.
    In this tutorial, you will discover the step-by-step process of installing and configuring Git and GitHub on Windows 11. Whether you are a beginner or an experienced developer, this tutorial will provide you with the knowledge and skills to effectively use Git and GitHub in your projects.
    The tutorial covers topics such as:
    1. Installing Git: You will learn how to install Git using the package manager on Windows 11. We will guide you through the installation process, ensuring that you have Git up and running on your system.
    2. Configuring Git: After installation, you will understand how to configure Git with your username and email address. This configuration is essential for properly attributing your commits.
    3. Setting up GitHub: You will explore the process of creating a GitHub account and configuring Git to work with GitHub. This includes generating SSH keys, adding them to your GitHub account, and establishing the connection between your local Git repository and GitHub.
    By the end of this tutorial, you will have a solid understanding of how to install and configure Git and GitHub on Windows 11. You will be ready to start using Git for version control and collaborate with others using the powerful features of GitHub.
    Join us in this tutorial and take your development workflow to the next level with Git and GitHub! #VersionControl #Collaboration #DevOps #SoftwareDevelopment
    Git is a distributed version control system. This video shows How to Get Started with Git and Github and teaches The Basics of Git and GitHub.
    Version Control ? - Version control systems are a category of software tools that help a software team manage changes to source code over time.
    What is GIT? - By far, the most widely used modern version control system in the world today is Git. Git is a mature, actively maintained open source project originally developed in 2005
    Why GIT? - Relying on software for mission-critical applications, altering your development workflow impacts your entire business. Git isn’t just for agile software development-it’s for agile business.

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

  • @ruthviks
    @ruthviks Год назад +6

    Sir thank you so much for this tutorial. I watched other tutorials but they didn't work out very well for me. This one is so simple and easy to do. I was successfully able to do it

  • @pawecorporation9677
    @pawecorporation9677 9 месяцев назад +1

    Man! You solved all my issues! Love you!

  • @suryashishkundu
    @suryashishkundu 9 месяцев назад +3

    Simple and clear. Thank you

  • @agathateixeira8754
    @agathateixeira8754 Год назад +2

    Your video is great! It helped me here in Brazil! Thank you.

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

    Very useful video helped me to easily setup git/github for my personal robot framework project. Thank you.

  • @user-gp1bb5vk8c
    @user-gp1bb5vk8c Месяц назад

    Thank you so much. You are the only one who let me fully understand what I am actually doing.

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

    Was looking for a good tutorial and this one is probably the best ...Thank you

  • @janemuchira2375
    @janemuchira2375 9 месяцев назад

    Thank You Sir for that insight I have literally followed each and every step and just like that my assignment is done. 🎉🎉

  • @kenanahmed8922
    @kenanahmed8922 10 месяцев назад +8

    Thank you so much for making such a detailed video. I am impressed with the in-depth guidance you gave. Now I can start my GitHub adventure : )

  • @unknown-vr5cy
    @unknown-vr5cy 11 месяцев назад +1

    This helped me a lot. Thank you.

  • @shivrajpatil791
    @shivrajpatil791 11 месяцев назад +12

    literally the best no bs git installation guide i have ever seen...

  • @cacurazi
    @cacurazi 8 месяцев назад +1

    Excellent tutorial. Thanks!

  • @pauldriessens715
    @pauldriessens715 9 месяцев назад

    Ty for the clear tutorial!

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

    thank you sooo much,i was stuck until i found this video

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

    Thank you so much! You saved my day!

  • @taniyarawat3178
    @taniyarawat3178 7 дней назад

    THANK YOU SO MUCH MAN!!!! This helped a lot and very well explained

  • @MilesMorales827
    @MilesMorales827 9 месяцев назад +34

    Now this is a video, no bullshit, no wasting time, just straight to the point. Thank you bro all love❤

  • @mariaferodigue
    @mariaferodigue 6 месяцев назад

    Obrigada as we say here in Brazil!! Thank you so much!

  • @thalquol
    @thalquol 7 месяцев назад

    Thank you so much. Very useful video.

  • @user-vu5hf1iv8q
    @user-vu5hf1iv8q 9 месяцев назад +1

    Thank you so much!

  • @batchmate8320
    @batchmate8320 9 месяцев назад +1

    Thank you sooooooooooooooooo much bro, lots of love for you ❤

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

    I generally don't comment, but had to for this one. Awesome video, thank you :)

  • @SurajRoy
    @SurajRoy 9 месяцев назад +1

    Great video for a git beginner like me ...

  • @pawejerzyna5674
    @pawejerzyna5674 9 месяцев назад

    great video, thanks

  • @kennethdavid8469
    @kennethdavid8469 8 месяцев назад +3

    for those of you having problem with git add (and file name) instead of adding the name just do
    git add .(add dot at the end, and press enter) do not include the file name.
    then after that you can run your git add status

  • @ArjunSingh-jw8pp
    @ArjunSingh-jw8pp 3 месяца назад

    Thank you for helping us.

  • @survivingwithoutvibing
    @survivingwithoutvibing 5 месяцев назад

    Fantastic video! This is how tutorials should be! Thank you! :)

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

    Great video.

  • @lamisghoualmi2952
    @lamisghoualmi2952 11 месяцев назад +3

    Thank you, very simple and straightforward tutorial. Other videos make things very complex.

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

      Manam visual code ni separate ga download Cheskovala?

    • @jallisaiteja4405
      @jallisaiteja4405 10 месяцев назад

      ha @@LEARN9652

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

    Thanks bro, this helped me. ✅👩‍💻🖼🔥

  • @black-tie3363
    @black-tie3363 5 дней назад

    Thank you very helpful video for me.

  • @ahmadfatihramadhani2441
    @ahmadfatihramadhani2441 10 месяцев назад

    broooo very helpfull thankyou

  • @Anita-cd9zw
    @Anita-cd9zw 17 дней назад

    Thank you!!👊

  • @rogy4373
    @rogy4373 11 месяцев назад +2

    MANY THANKS i was intimidated reading all of that setup jargon

  • @Najm7777
    @Najm7777 Месяц назад

    thanks, it worked

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

    thank you so much bro

  • @rushi5709
    @rushi5709 7 месяцев назад

    Badiya bhai ❤

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

    Sir really really very useful your information was thanks a lot

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

    Thanks ❤

  • @FarmBoyTech
    @FarmBoyTech 2 месяца назад

    Man you are a gem.

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

    very helpful video. thanks for sharing

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

    Great video, thanks

  • @vicentenitti4141
    @vicentenitti4141 6 месяцев назад

    thank you so much!!

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

    Thank you so much❤

  • @adithav9639
    @adithav9639 9 месяцев назад

    perfect video

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

    this is so fun fr

  • @nidafatima3512
    @nidafatima3512 2 месяца назад +2

    This video is hands down the most informative resource I've ever come across for learning about git.

  • @kyawsuthway5217
    @kyawsuthway5217 5 месяцев назад

    Thank you sir,

  • @zachmurri
    @zachmurri 6 месяцев назад +3

    I was missing the Git Bash here option despite checking the box on instal. I followed steps on stack overflow now I have the button but it is non responsive when I click it. any help would be m,such appreciated

  • @ChristineNamatovu-pd4qe
    @ChristineNamatovu-pd4qe 21 день назад

    Thank you

  • @Naseebullahkhan11
    @Naseebullahkhan11 5 месяцев назад

    Nice tutorial

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

    Thank youuuuuu

  • @TheAntarcticaProject
    @TheAntarcticaProject 2 дня назад

    🔥🔥🔥🔥

  • @TechSupportDave
    @TechSupportDave Месяц назад

    Decent but these guides always leave something to be desired. Haha in this (my) case it's very basic though.
    I just wonder if there isn't any quicker or simpler way to do this. Does VS Code not have some easier way to update repos?

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

    Great Video, But How did the second commit change reflected without using git add to stage the changes.

  • @Manuel-is2bg
    @Manuel-is2bg 11 месяцев назад

    I think you have one of the best tutorials on Git in RUclips.❤

  • @jgz2
    @jgz2 Месяц назад

    Great intro video. I'm still scratching my head about how to install git projects in Windows. Example staxrip/staxrip. How can I be sure that it's NOT malicious?

  • @bhavanaverma969
    @bhavanaverma969 9 месяцев назад

    Please try to show full screen and high resolution in your videos

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

    You start by downloading the 32 bit version - i got a notification saying it would be out of date after a short while

  • @ms3be524
    @ms3be524 7 месяцев назад

    Thank you, I'm a total beginner. dose I need to do this prosses every time I init a repo? and what is it's purpose sorry to ask those dumb questions but I really want to know fast I appreciate anyone take the time to teach me anything.🐥

  • @jefferyaaron3462
    @jefferyaaron3462 10 месяцев назад

    Not all heroes wear cape's

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

    Do we need to generate token each time

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

    Sir cud u tell how to add two files in the same project

  • @user-tm9eo9rv2r
    @user-tm9eo9rv2r 7 месяцев назад

    How did you know the token and ssh things?
    Github instructions don't tell about that..

  • @Sk10696
    @Sk10696 6 месяцев назад

    ls-al shows command not found...what shall I do?

  • @ravinkponjg
    @ravinkponjg 2 месяца назад

    go for ssh git setup for easy personal access, why personal token access ?

  • @user-by2fz4hi3j
    @user-by2fz4hi3j 7 месяцев назад

    getting remote: No anonymous write access. after doing git remote add origin

  • @Num000
    @Num000 7 месяцев назад

    while downloading im having authorisation issue hence i cant download please help me resolve this issue

  • @shankarinadar7369
    @shankarinadar7369 9 месяцев назад

    Hi i am getting error in git bash comand not found.plz helpppp

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

    How to upload files in GitHub please

  • @its_niraj01
    @its_niraj01 Год назад +1

    Git push -u origin main command not working.
    It opens a new git screen where it asks me login in github...so after doing that it gives error repo not found.
    Plz help

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

      I have the same problem. Did you find the solution?

    • @vencentcastillo3077
      @vencentcastillo3077 5 месяцев назад

      same problem here I couldn't find the java code, he said he committed it but where??@@weronikaz1656

  • @djuissitresor1520
    @djuissitresor1520 6 месяцев назад

    please i want to delete a commad. how i do sir

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

    7:05

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

    Many errors after inputting this (pip install -r requirements.txt) i think this info may be outdated or irrelevant to some users

  • @jacksparrowbp
    @jacksparrowbp 6 месяцев назад

    git bash terminal not opening,

  • @Bilau_
    @Bilau_ 5 месяцев назад +1

    I installed it but it looks completely different

  • @MessalaSeverus
    @MessalaSeverus Месяц назад

    Speak well bro

  • @nathnaeldereje5127
    @nathnaeldereje5127 4 месяца назад +1

    I like this, but Windows...? seriously...?

  • @user-vn8kl4lz3q
    @user-vn8kl4lz3q 5 месяцев назад

    Thank you so much!!!