How to remove current changes from local system in Git ?

By Hardik Savani September 5, 2020 Category : Git

Git remove all current changes, if you did some wrong code in your project and you want to remove from git. then you can simply remove by git checkout command.i mean you did changes in your local system from git. you can use this command.

git checkout .

Try this..

Tags :

We are Recommending you

Shares