"Uncommited" is a misspelling. The correct spelling is "Uncommitted," which means not dedicated or obligated to a cause or action.
git@uncommit/c/repo/reset(main-branch)$ git reset --hard A hard reset will delete any new files that were added to the index, and undo any updates or changes made to any files that were part of the repository when the last commit occurred. This command typically fulfills the...