From ecf7f05f127f154328abcb299a86b0f46acbc0f1 Mon Sep 17 00:00:00 2001 From: grindhold Date: Wed, 26 Aug 2015 22:20:09 +0200 Subject: [PATCH] added git-clear to Commands.md --- Commands.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Commands.md b/Commands.md index 812095f..6f7e651 100644 --- a/Commands.md +++ b/Commands.md @@ -6,6 +6,7 @@ - [`git effort`](#git-effort) - [`git authors`](#git-authors) - [`git changelog`](#git-changelog) + - [`git clear`](#git-clear) - [`git commits-since`](#git-commits-since) - [`git count`](#git-count) - [`git create-branch`](#git-create-branch) @@ -840,6 +841,10 @@ Makefile README.md ``` +## git-clear + +Does a hard reset and deletes all untracked files from the working directory + ## git merge-repo Merges two repository histories.