DevOps | Git Revert, Reset, Checkout | git tutorial for beginners | Git Undo Changes

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น • 96

  • @JavaHomeCloud
    @JavaHomeCloud  15 วันที่ผ่านมา

    🌟 Welcome to Java Home Cloud 🌟
    Register for Online Training 👉 bit.ly/3vuBQqb
    javahome.in

  • @rick_from_yr
    @rick_from_yr 2 ปีที่แล้ว +4

    After seeing many other videos, I finally understand git reset thanks to this video 🐵👍🏻

  • @yogithakakarla1716
    @yogithakakarla1716 3 ปีที่แล้ว +2

    Well explained on git revert and git reset for freshers

  • @aniketpandey1913
    @aniketpandey1913 3 ปีที่แล้ว +3

    I mistakenly pushed a commit to remote, didn't knew what to do, this video saved my life.Thank man

    • @littlestar7398
      @littlestar7398 ปีที่แล้ว

      Bro what u did? Can you please explain once....

  • @satyamnalawade4635
    @satyamnalawade4635 3 ปีที่แล้ว

    Well Explained🤩
    git checkout= 0:31
    git reset = 3:17
    git revert = 11:28

  • @andeslam7370
    @andeslam7370 4 ปีที่แล้ว +3

    the conceptual explanation is gold. 2 years have passed and it didn't add wrinkles on the explanation. thanks.

  • @Shreenidhi110
    @Shreenidhi110 5 หลายเดือนก่อน +1

    Thanks alot,I was struggling to understand the basics of these git commands,this video is very helpful

    • @JavaHomeCloud
      @JavaHomeCloud  5 หลายเดือนก่อน

      Glad it was helpful

  • @thebuildguy7
    @thebuildguy7 3 ปีที่แล้ว +8

    This is the type of video you don't even have to ask for likes, subscribes etc, coz you know that's gonna happen automatically.
    Btw awesome explanation, it was simplest by far on internet.

    • @JavaHomeCloud
      @JavaHomeCloud  3 ปีที่แล้ว

      Thanks for that

    • @Viralvlogvideos
      @Viralvlogvideos 2 ปีที่แล้ว

      @@JavaHomeCloud Sir Please make git full tutorial on youtube

  • @ShivPal-u6z
    @ShivPal-u6z ปีที่แล้ว +1

    Sir, your videos are very helpful and easy to understand. Thanks.

  • @najimali32
    @najimali32 3 ปีที่แล้ว +2

    Thanks It is nice explantions
    Summary: You modify your code -> You add your code to working area by git add . command then you add file to staging area(or index area) by git commit -m ''Commit Message ' then you push the code
    Soft - It doesn't touch the staging area & working area.
    Mixed - It removes the commit id & reset your staging area & don't touch the working area
    Hard - Delete all staging & working area.
    Revert - Revert you changes in remote repo & create a new commit id.

  • @sajis79
    @sajis79 3 ปีที่แล้ว +2

    Awesome clear explanation. Thanks buddy for this video.

  • @gyongyikiss8655
    @gyongyikiss8655 2 ปีที่แล้ว +3

    Excellent explanation, way better than some courses sold on Udemy. Awesome, two thumbs up!

  • @beduduriharishreddy4542
    @beduduriharishreddy4542 2 ปีที่แล้ว +1

    Super class sir

  • @ajayanand9557
    @ajayanand9557 3 ปีที่แล้ว +1

    Nice video. It was very helpful...Thank you...

  • @kevwjin
    @kevwjin 3 ปีที่แล้ว +6

    wow! this was so easy to understand. i love your concise and accurate way of teaching with examples

  • @vaibsify
    @vaibsify 3 ปีที่แล้ว +1

    Nice explanation

  • @ashvajitchauhan608
    @ashvajitchauhan608 5 ปีที่แล้ว +7

    Thank you so much for amazing video, pls continue with others as well

  • @javierdiaz6853
    @javierdiaz6853 3 ปีที่แล้ว +1

    Very well explained

  • @kavitha-99
    @kavitha-99 3 ปีที่แล้ว +1

    simple and superb...

  • @RajivSambasivan
    @RajivSambasivan 2 ปีที่แล้ว

    Excellent explaination!

  • @jamesdduong
    @jamesdduong 3 ปีที่แล้ว +3

    This is the PERFECT tutorial! Thank you 🙏!

  • @aravindaluvala341
    @aravindaluvala341 ปีที่แล้ว +1

    You are unimaginably good ❤

  • @miguelcallecontreras6620
    @miguelcallecontreras6620 4 ปีที่แล้ว +2

    Thks bro, indian teachears are good.

  • @indraneelkaranam2689
    @indraneelkaranam2689 3 ปีที่แล้ว +3

    You explained this in a very understandable way. Just loving the videos

  • @DeepakKumarSahu555
    @DeepakKumarSahu555 4 ปีที่แล้ว +2

    Superb 👌 very clear

  • @krishnajunk
    @krishnajunk 5 ปีที่แล้ว +1

    Dear Sir, Your all videos are simple, crystal clear, practical ... good for folks to brush up all for interview.
    Thanks a lot.

  • @vammy55
    @vammy55 5 ปีที่แล้ว +1

    Very well articulated and explained.

  • @dreamcatcher9491
    @dreamcatcher9491 4 ปีที่แล้ว +2

    Your way of teaching is awesome. Makes things very simple. Thanks a lot.

  • @codewithsub5083
    @codewithsub5083 5 ปีที่แล้ว +1

    Very nice explained

  • @unanimous8510
    @unanimous8510 4 ปีที่แล้ว +1

    Great video with awesome examples!

  • @pranshunayak1792
    @pranshunayak1792 2 ปีที่แล้ว +1

    You made it so easy !

  • @karthikkarthik100
    @karthikkarthik100 3 ปีที่แล้ว +1

    Thank you sir , I'm your fan

  • @Viralvlogvideos
    @Viralvlogvideos 2 ปีที่แล้ว +1

    for people who are getting confuse between hard, soft and mix. simple: --soft: it will just remove the index (hashcode) of the commits but it keeps the changed files in both working and stagging area. mix: it is the default one where it will not only remove the index of the commits but also removes the files in stagging area but keeps them in working area use git status to understand it more clearly where as --hard: it will remove the index, files in both stagging and working area( it is very dangerous ).

    • @littlestar7398
      @littlestar7398 ปีที่แล้ว

      What will happen if we do hard reset after pushing commit in git repository?

    • @littlestar7398
      @littlestar7398 ปีที่แล้ว

      If we do revert the last commit after pushing it in git....can we push it normally or by force push

  • @jiangshanzhao9414
    @jiangshanzhao9414 5 ปีที่แล้ว +5

    Nice video! Clearly and organized !

  • @lifetips7342
    @lifetips7342 5 ปีที่แล้ว +2

    Mind blowing session. Simple delivery but superb. Thanks Sir.

  • @OddBallTrails
    @OddBallTrails 5 ปีที่แล้ว +2

    Crystal clear explanation. Thanks.

  • @MrQVeeBoo
    @MrQVeeBoo 3 ปีที่แล้ว +1

    easy to understand step by step, thank you

  • @74Bagas
    @74Bagas 3 ปีที่แล้ว

    wow. thank you.. this is perfect for me hahha... thank you again.. salam from indonesia

  • @raghavayoga
    @raghavayoga 6 ปีที่แล้ว +2

    Explanation is super... Agree with me....

  • @venkatapradeepgopisetty3494
    @venkatapradeepgopisetty3494 2 ปีที่แล้ว +1

    Over all its a great explanation, one doubt was let's say we have 10 commits in the remote , by using git revert shall I revert the 8 commit

  • @suryachandrakumar8807
    @suryachandrakumar8807 3 ปีที่แล้ว +1

    Thank you for the explanation.

  • @SteveSand
    @SteveSand 3 ปีที่แล้ว +2

    simple and understandable!

  • @rohit_ramteke007
    @rohit_ramteke007 3 ปีที่แล้ว

    Thanks... very well explanation

    • @JavaHomeCloud
      @JavaHomeCloud  3 ปีที่แล้ว

      You are welcome, please subscribe and share

  • @sandeepsoni7162
    @sandeepsoni7162 5 ปีที่แล้ว +1

    Nice explainnation

  • @bhuvanchandmaddi800
    @bhuvanchandmaddi800 4 ปีที่แล้ว

    Clean explanation 👍

  • @hashilsemin2414
    @hashilsemin2414 3 ปีที่แล้ว +1

    thank you and you are nice

  • @bhakta_rg
    @bhakta_rg 5 ปีที่แล้ว +1

    Nice one!

  • @Apoorvpandey
    @Apoorvpandey 3 ปีที่แล้ว

    Difference b/w soft and mixed reset?

  • @chejarlaanil6088
    @chejarlaanil6088 6 ปีที่แล้ว

    Thank you sir... It's a awesome session... Understood very nicely...

  • @Rainmakeroffire
    @Rainmakeroffire ปีที่แล้ว

    13:52 - How do you confirm this revert operation? I get literally stuck on this screen, not knowing how to exit this menu and enable changes 🤦‍♂What button do you press?

  • @subhand9961
    @subhand9961 3 ปีที่แล้ว

    does revert command undo changes in the remote repository incase if i accidentally push the changes ?

  • @Rohit-mu1gg
    @Rohit-mu1gg 5 ปีที่แล้ว +1

    NIce explanation :)

  • @JoshuaMusau
    @JoshuaMusau 4 ปีที่แล้ว +1

    thanks

  • @mohameddebrrn3256
    @mohameddebrrn3256 5 ปีที่แล้ว +1

    Thank you very much

  • @shailesh__learning3848
    @shailesh__learning3848 3 ปีที่แล้ว

    Thanks !

  • @JavaHomeCloud
    @JavaHomeCloud  6 ปีที่แล้ว

    contact us online classroom training's & project support please contact phone number +919886611117

  • @saritahirekhan8829
    @saritahirekhan8829 4 ปีที่แล้ว

    Thank you

  • @TheBooban
    @TheBooban 3 ปีที่แล้ว

    I wish I watched this video first. But odd that checkout is also used to switch branches. Git has changed and checkout doesn't work like this anymore.

  • @pjossyjoshi7308
    @pjossyjoshi7308 5 ปีที่แล้ว

    I am fresher , I know python language. Pls suggest me how may I proceed in my career in devops n git. Thanku for your tutorial.

  • @TuanBui-lu7py
    @TuanBui-lu7py 5 ปีที่แล้ว

    when i make revert command, it will have "could not revert ... " error, help me

  • @sagarsinghrajpoot6788
    @sagarsinghrajpoot6788 4 ปีที่แล้ว

    Sir any of your git Course ? on Udemy ?

  • @arzz11
    @arzz11 4 ปีที่แล้ว

    You did not show the file that has been changed in working area!!!!

  • @TheodoreRavindranath
    @TheodoreRavindranath 4 ปีที่แล้ว

    Still soft reset is not clear

  • @kolob204
    @kolob204 5 ปีที่แล้ว +1

    great! thanks! like and subscribe! :-)

  • @fizza6535
    @fizza6535 ปีที่แล้ว

    Thank you very much 🙏🙏