Git For Beginners 2023

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

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

  • @developerscentre
    @developerscentre Год назад +55

    The only channel I trust for any software development content. Thank you for sharing!

  • @chhavimanichoubey9437
    @chhavimanichoubey9437 8 месяцев назад +4

    This video is more than enough for getting started with Git or getting familiar with it at least to then start learning version control in detail.

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

    I have watched this topic from many educators but nothing can match this. Thank you sir
    🙏

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

    Naa internship projects ki, final year projects ki...ipudu job lo training phase ki kuda mimalne follow avthunna sir.. thanks for free tutorials😇

  • @deogenesabejuela7016
    @deogenesabejuela7016 Год назад +7

    Wow, I learned a lot in just 2 hours. very clear and informative. The best git tutorial so far. Thank you, sir. I am now a follower👌👍

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

    Dear Naveen Reddy, I did learn a lot from your talk. It was comprehensive, clear and delivered very well. Thank you sir.

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

    your english speaking style is excelent ,i can esaly understand with us

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

    Thank you so much for the detailed explanation.

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

    thank you for this tutorial. wonderful experience learning from you.

  • @semilife
    @semilife 10 месяцев назад +2

    Thanks Navin for a very comprehensive and practical look at how git works.

  • @chandrashekhar9693
    @chandrashekhar9693 Год назад +5

    Thanks a lot Mr. Naveen. Your explanation is excellent. I done practice along with your training session.

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

    Superb playlist about git & github i learned from scratch thanks naveen sir.

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

    26:10 start
    git init - b main
    git add filename (To put file into staging area)
    git commit -m "My first commit"
    git commit -a -m "my third commit"(it skips adding into stage area)

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

      i couldn't change the master to main from my command line

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

      @@mandarapriya3530 Sorry I also not watched the whole video
      Copy your code and paste in chatgpt and mention your problem. You will definitely get the answer.👍

  • @MayurAgrawal-cg9zg
    @MayurAgrawal-cg9zg 7 месяцев назад

    Sir, i am learning from your training, its very clear and understanding.

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

    Very informative. One of the best videos!!

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

    My mentor ever love the content and clear and easy explanation

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

    Best tutorial on git; ever watched

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

    It cannot be comprehensive more than this. Thank you so much sir.

  • @anilsindhu4847
    @anilsindhu4847 5 дней назад

    Always love your clear cut explanation, very effective video, loved it!

  • @garbi..
    @garbi.. 11 месяцев назад +1

    Thanks for the tutorial . It helped me understand Git better

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

    his course >>>>>>> all courses on yt

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

    Great work...! Thank you for doing these type of tutorials. Keep doing and help us!

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

    thanks for the course its outstanding

  • @naveenrajukopparthi3046
    @naveenrajukopparthi3046 Год назад +9

    Thank you. Please do continuation video about merge conflicts.

  • @likithr.n9692
    @likithr.n9692 9 месяцев назад

    Super explanation.
    Very comprehensive and detailed

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

    Thank you so much for such a wonderful explanation !!🤗

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

    Thank you. Good and clear explanation.

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

    You are a god sir 🙏🙏.
    Thank you so much

  • @bilalbeny4172
    @bilalbeny4172 10 месяцев назад +1

    thank you so much for sharing this video👍

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

    You are such a good teacher. Thank you.

  • @sindhud6895
    @sindhud6895 11 месяцев назад +1

    Loved with tutorial 💌

  • @dwpk20
    @dwpk20 Год назад +8

    This is one of the most helpful detailed and well explained Git tutorials I've seen. Thank you for doing this! I felt it ended very abruptly though as if there was a continunation :D
    One question though. let's say you have commited 2 times and have pushed to remote. But now I want to roll back to commit 1. I use git checkout , that's fine, but how do I make my main branch also go back to this first commit so that I can push to remove and make my second commit disappear?

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

      Firstly, Identify the commit ID of the first commit you want to roll back to using
      git log
      Reset the main branch to the desired commit:
      git reset --hard
      Force push the changes to the remote repository:
      git push origin main --force

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

    i love the way you teach.

  • @rd-tk6js
    @rd-tk6js 8 месяцев назад

    very well explained, thanks !

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

    Thanks sir, really loved it

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

    Only legends can do such amazing tutorials thanks Naveen

  • @Indian-fv8kl
    @Indian-fv8kl 11 месяцев назад

    you are rally god to us, thank u soo much for your amazing work sir. love from Germany❤

  • @maheshdgaikwad427
    @maheshdgaikwad427 Год назад +3

    😃Thank you so much sir and plz if possible plz upload this video in hindi also ❤

  • @DeepikaDecodes
    @DeepikaDecodes Год назад +4

    Awesome ❤

  • @dharanishsomu-k1k
    @dharanishsomu-k1k 10 месяцев назад +2

    vera level bro

  • @BhimUpadhaya-c3w
    @BhimUpadhaya-c3w 27 дней назад

    Love your style sir❤

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

    As always , Naveen Sir never disappoints.

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

    A very good tutorial! Thank you. It's a shame that 'branch conflict' is not included.
    It's a mystery (and confusing) that in the middle of the first project in vs code, suddenly a 2nd project is created using terminal and then opened the 2nd project in vs code and abandon the 1st project altogether. Why?

  • @TalhaTabrez
    @TalhaTabrez 11 месяцев назад +1

    thank you so much!!

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

    Thank you so much sir for this course. Can you also provide me with the web development courses you've made.

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

    I love you so muuuuuuuuuch. You're the best

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

    HI one step missing while pushing repo remotely at 1:09:40 that is to do "git init" incase its a fresh folder created. Thanks.

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

    Well explained love this man

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

    Thanks!

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

    Happy Teacher's Day Sir

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

    preciate this

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

    @Telusko
    Hello Navin, I have a question:
    When we created the file "UserService.txt" at 1:48:29, we are creating the file in the working directory right ? How come, the moment we switch the branches, it is getting disappeared?
    If it were the case of content in the file, it makes sense. But I would like to know how the working directory file structure is getting changed.
    Please help me in understanding this.

  • @flames_tech
    @flames_tech 10 месяцев назад +2

    Sir please suggest me your videos in sequence so that I can learn Java full stack, As I'm getting trained for the same from a institute, But I need your videos as better reference...

    • @flames_tech
      @flames_tech 10 месяцев назад +1

      Anyone, can you suggest me?

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

      You can get from anywhere a roadmap and you devided into wections and learn it in order

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

    Superb..❤

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

    Too much helpful. 🎉

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

    Excellent

  • @ytubeyoutube-c6v
    @ytubeyoutube-c6v Год назад +1

    Thx sir❤😊

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

    Thank you sir ❤

  • @amit_2428-b8c
    @amit_2428-b8c 6 месяцев назад +2

    at 34:36, Can someone please tell which command we need to use to go back?

    • @amit_2428-b8c
      @amit_2428-b8c 6 месяцев назад +3

      found it, we can use ‘q’ to go back

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

    Happy Teacher's Day Naveen Sir🏃‍♂️🏃‍♀️🏃‍♂️🏃‍♀️🏃‍♂️🏃‍♀️🏃‍♀️🏃‍♂️🌳🪴🪔🏆
    Radhe Radhe 🌳 🌳 🌳 🌳 🌳

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

    great content !!

  • @KhalequzzamanAnsary
    @KhalequzzamanAnsary 12 дней назад

    Thank you sir. ❣

  • @Spider-Man_67
    @Spider-Man_67 Год назад +4

    Sir, why did you deleted the video & uploaded it again?

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

    Hi sir, your videos are really awesome
    Could you please upload for sax parser for Excel in java

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

    Happy teachers day sir ❣

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

    i wish the whole thing was taught on a wondows machine since i don't even know how to use the terminal properly , i faced some difficulties during this course , but anyway sir thankyou for the video and sharing your knowledge i'm grateful for you.

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

      You can use powershell instead

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

    Thank you

  • @ravikumara.g.shetty
    @ravikumara.g.shetty 9 месяцев назад

    Tq

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

    thanks

  • @sangyt6915
    @sangyt6915 8 месяцев назад +11

    Thank you Navin sir... And plzz do not upload videos as paid version... 😢😢😢

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

      He also want to live bro

    • @disturbed-af
      @disturbed-af 5 месяцев назад

      Lmfao, then you pay salary for him

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

      @Factualvibess Bro he will get from RUclips and also from his courses on his sites

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

    thank you ♥

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

    What is the need to change branch name from master to main?

  • @Name-yu6ux
    @Name-yu6ux Год назад

    Yoo telusko my teacher posted a video!!

  • @Lifestylekolkata-ph2xt
    @Lifestylekolkata-ph2xt Месяц назад

    Hello Sir. Thnak you for the video. When I am doing git init -b main getting error:
    error: unknown switch `b'
    usage: git init [-q | --quiet] [--bare] [--template=] [--shared[=]] []
    --template
    directory from which templates will be used
    --bare create a bare repository
    --shared[=]
    specify that the git repository is to be shared amongst several users
    -q, --quiet be quiet
    --separate-git-dir
    separate git dir from working tree

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

    can you please post some aws projects from scratch for beginners to write those on resume

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

    It was a good review for me...

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

    What do we mention instead of passphrase ? (Duration: 1:07:00)

  • @mickey-bz5cf
    @mickey-bz5cf Год назад +1

    Did he upload again, or it's a dega vu

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

    No one can teach us like you do, a person from non IT background also can understand

  • @shashikumar-rw1zc
    @shashikumar-rw1zc 10 месяцев назад +4

    at 51.59 when you deleted creds.txt u directly committed and didn't use -a to skip staging also

    • @Krishwithniece
      @Krishwithniece Месяц назад +1

      But those two files are in staging area No need to provide -a.. In case do some changes then we can provide -a to convert staging area

  • @gudurkirankumar5990
    @gudurkirankumar5990 11 месяцев назад +1

    Hi Guruji, Few commands are not working. As well as " ssh -keygen -o" is also not working in VS. Please correct me if am wrong or else suggest me path for further steps.
    Thanks in advance.

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

    Wish you a Happy Teacher's Day Navin sir🎉❤

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

    When I do a project I do not make updates to it. I do it until it’s finished. And that’s that… so do I need to use GIT if I’m a solo dev who doesn’t do versions? No.

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

    ((1:06:20 at there if i enter (ls -a) if getting an error like : Get-ChildItem : Parrameter cannot be processed because the parameter name 'a' is ambiguous....... )) please tell me how to rectify it...

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

      I am also facing this issue Please help me correct it.

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

    I trust in you to learn Git ))))))

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

    from git repository i cannot understand all of sudden he opened terminal and did some commands how do i learn them?

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

    are you using benq monitor for this tutorial?? plz reply sir

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

    Thalaiva ❤...

  • @josephif
    @josephif 28 дней назад

    is git remote add link similar to git add on a local repo or local version control systems staged area

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

    Re-upload?

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

    nuvvu mavodive....anna

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

    i did a major contribution to the vscode project : added a : to a comment

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

    slick back

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

    Why we should not work on master branch?

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

    Why you started using mac

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

    I can't see any file inside my first project folder while deleting the .git file is there any way to find that

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

      Same did you find any answer

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

    Yes 👍

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

    Hi sir, is git and git bash same ?

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

    You missed to explain Rebase.
    anyway thanks for your video

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

    final is so truee