Git revert files to a specific previous version
In this article, we will learn how to revert files to a specific previous version or commit id. Have you ever faced a situation where… Read More »Git revert files to a specific previous version
In this article, we will learn how to revert files to a specific previous version or commit id. Have you ever faced a situation where… Read More »Git revert files to a specific previous version
In this article, we will see how Git Revert multiple commits at a time without affecting/changing the Git history. You must have reverted a single… Read More »Git Revert multiple commits at a time
There can be cases where you want to revert a branch or commits in git but due to many other commits on the top of… Read More »Git revert specific commits from the command line