Move misplaced text into git effort section

This commit is contained in:
Gunnlaugur Thor Briem 2012-11-22 18:19:19 +00:00
parent 446bcd6f11
commit 7b8c38a4bd

View file

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