How-to articles, tricks, and solutions about GIT CLEAN

How to Discard Unstaged Changes in Git

The tutorial provides you with information you need to discard the unstaged changes in the working copy. Find several ways of discarding and get the codes.

How to Remove Untracked Files from the Current Working Tree in Git

While working with Git, it is sometimes necessary to get rid of local (untracked) files from your current Working Tree. Learn how to do it in this snippet.

How to Revert All Local Changes in Git Managed Project to Previous State

Read this tutorial and know how you can solve your problem of reverting all local changes in Git managed project to previous state with most used commands.

How to Stash an Untracked File in Git

Read this tutorial and solve the problem of stashing untracked files including ignored files in .gitignore. Find method presented by Git new versions.