Git rest & revert deep dive | Git revert vs reset Demo | Git tutorial | Java Home Cloud

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

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

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

    Crystal clear explanation

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

    Hello Sir, the best explanation I have seen so far about git revert and git reset. Thanks and keep up the good work 👍

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

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

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

    Best explanation

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

    Perfect. Thanks

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

    You can use git reset and do a force push.

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

    Nice tutorial

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

    brilliant. thank you

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

    SIr, can we able to revert it to a specific commit we want using revert command?
    In our case, we are just reverting the most recent commit that we made.

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

      try git revert command to revert any arbitrary commit
      git revert

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

    Man, you can push the removal of a commit using -force. That local vs remote idea is just wrong. You want git revert because you want to keep track of the reverted changes. Not pushing resets is just a best practice, it’s not impossible.

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

    Thats on op video

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

    There is no git rest command, plz correct it

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

      Its there Dhiraj,
      git-scm.com/docs/git-reset

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

      Yes @Dhiraj you are correct there is no 'rest' command, 'reset' command is there