This is the command git-clear that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
git-clear - Rigorously clean up a repository
SYNOPSIS
git-clear
DESCRIPTION
Clears the repository to a state that it looks as if it was freshly cloned with the
current HEAD. Basically it is a git-reset --hard together with deletion of all untracked
files that reside inside the working directory.
EXAMPLES
Clears the repo.
$ git clear
Use git-clear online using onworks.net services