mirror of
https://github.com/tj/git-extras.git
synced 2026-09-15 01:46:25 -04:00
added git-clear to Commands.md
This commit is contained in:
parent
2c855e991c
commit
ecf7f05f12
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue