mirror of
https://github.com/tj/git-extras.git
synced 2026-09-13 08:56:19 -04:00
Move misplaced text into git effort section
This commit is contained in:
parent
446bcd6f11
commit
7b8c38a4bd
12
Readme.md
12
Readme.md
|
|
@ -182,6 +182,12 @@ node (master): git effort --above 15 {src,lib}/*
|
|||
|
||||
```
|
||||
$ git effort --above 5
|
||||
```
|
||||
|
||||
By default `git ls-files` is used, however you may pass one or more files to `git-effort(1)`, for example:
|
||||
|
||||
```
|
||||
$ git effort bin/* lib/*
|
||||
```
|
||||
|
||||
## git-repl
|
||||
|
|
@ -203,12 +209,6 @@ bin/git-ignore
|
|||
bin/git-release
|
||||
|
||||
git> quit
|
||||
```
|
||||
|
||||
By default `git ls-files` is used, however you may pass one or more files to `git-effort(1)`, for example:
|
||||
|
||||
```
|
||||
$ git effort bin/* lib/*
|
||||
```
|
||||
|
||||
## git-commits-since [date]
|
||||
|
|
|
|||
Loading…
Reference in a new issue