docs: ✏️ Add improved gd usage

Former-commit-id: 9f2d47e729
This commit is contained in:
Wenxuan Zhang 2019-08-03 12:22:56 +08:00
parent e3ba18d29e
commit bb6fbab6fa

View file

@ -149,6 +149,7 @@ The full loading order of fzf options is:
- Hit `q` to quit from full screen preview any time.
- Commands like `glo`, `gd`, `gcf` and `gclean` accept path arguments to restrain the items listed in fzf(eg, `glo main.go test.go`, `gclean output/`).
- `gd` supports specifying revision(eg, `gd HEAD~`, `gd v1.0 README.md`)
- Call `gi` with arguments to get the wanted `.gitignore` contents directly(eg, `gi cmake c++`).
## License