Vikram GuptaHow to Undo the Last Commit using git reset Command?Know the difference between git reset — soft, — mixed, and — hard.Oct 21
InwesionaryTEAMbyAnisha DahalOops! Pushed Secret Keys to GitHub? Let’s Undo That.Have you ever had that heart-sinking moment when you realized you accidentally pushed sensitive secret keys to your GitHub repository…Aug 30, 2023
Bryant Jimin SonGit Revert with ExerciseAmong different ways to undo our previous git commits, git revert is the safest way to do so. git revert does not actually overwrite the…Apr 8, 2023Apr 8, 2023
InITNEXTbyAmir BarakGit — Revert The Revert.TL;DR - if you think of “revert” as “undo”, then you’re going to always miss this part of reverts. Yes, it undoes the data, but no, it…Oct 12, 20202Oct 12, 20202
Samet BurhanVersion Control with GitGit is a free version control system that can be downloaded from this web site: https://git-scm.com/. It keeps the versions of the…Mar 18, 2023Mar 18, 2023
Vikram GuptaHow to Undo the Last Commit using git reset Command?Know the difference between git reset — soft, — mixed, and — hard.Oct 21
InwesionaryTEAMbyAnisha DahalOops! Pushed Secret Keys to GitHub? Let’s Undo That.Have you ever had that heart-sinking moment when you realized you accidentally pushed sensitive secret keys to your GitHub repository…Aug 30, 2023
Bryant Jimin SonGit Revert with ExerciseAmong different ways to undo our previous git commits, git revert is the safest way to do so. git revert does not actually overwrite the…Apr 8, 2023
InITNEXTbyAmir BarakGit — Revert The Revert.TL;DR - if you think of “revert” as “undo”, then you’re going to always miss this part of reverts. Yes, it undoes the data, but no, it…Oct 12, 20202
Samet BurhanVersion Control with GitGit is a free version control system that can be downloaded from this web site: https://git-scm.com/. It keeps the versions of the…Mar 18, 2023
Shakeel MohamedRemove the last commit from gitThere are a few ways to achieve this, in this tutorial we are focusing on git reset and git revertOct 31, 2020
Iryna SteinGit Revert: undoing git history with confidence.Last week I started a series of blogs about Git — an open source distributed version control system. Check out my last blog where I…Feb 5, 2023
InHackerNoon.combyAlexandra MladenovicWhen to Use Git Reset, Git Revert & Git CheckoutGit toolbox provides multiple unique tools for fixing up mistakes during your development. Commands such as git reset, git checkout, and…May 21, 2018