How to remove current changes from local system in Git ?

remove current changes from local system in Git

Today now in this blog I will show you how to remove all current changes from local system in git. For remove all current changes on git, when we did some wrong code in our project and then need to remove it from git. So then we can simply remove by using git checkout command. So i mean we did changes in our local system from git. Here you can learn from this post How to remove current changes from local system in Git ?

So we can use this command.

git checkout .

Read Also : PHP AngularJS CRUD with Search and Pagination Example From Scratch

Thanks for read this, I hope it will you. You can also follow us on Facebook.

About Md. Mostofa Kamal

My name is Md. Mostofa Kamal. I'm a developer. I live in Bangladesh and I love to write tutorials and tips that will help other developers. I am a big fan of PHP, Javascript, JQuery, Laravel, Codeigniter, VueJS, AngularJS, and Bootstrap from the early stage.

View all posts by Md. Mostofa Kamal →