added git-clear to Commands.md

This commit is contained in:
grindhold 2015-08-26 22:20:09 +02:00
parent 2c855e991c
commit ecf7f05f12

View file

@ -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.