FITFLOP
Home

git-revert (2 post)


posts by category not found!

Git revert for multiple merge and commits to a particular commit state

Understanding Git Revert for Multiple Merges and Commits In the world of version control Git provides robust tools for managing code changes including the abili

2 min read 14-10-2024 55
Git revert for multiple merge and commits to a particular commit state
Git revert for multiple merge and commits to a particular commit state

How can we revert particular commit in local from bunch of commits?

Revert Specific Commits in Your Local Git History Have you ever found yourself in a situation where you need to undo a specific commit in your local repository

2 min read 03-10-2024 28
How can we revert particular commit in local from bunch of commits?
How can we revert particular commit in local from bunch of commits?