From 9f2d47e72901c0f04a7ab7bddf0c68951f492ca9 Mon Sep 17 00:00:00 2001 From: Wenxuan Zhang Date: Sat, 3 Aug 2019 12:22:56 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20Add=20improved=20`?= =?UTF-8?q?gd`=20usage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b683e4c..183ee71 100644 --- a/README.md +++ b/README.md @@ -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