From e8fee0c5811be4974f5d1364def2a0085f84f890 Mon Sep 17 00:00:00 2001 From: sandroid Date: Wed, 2 Aug 2023 22:07:05 +0200 Subject: [PATCH] Removed the note about using forgit as a git subcommand from the 'tips' section This is already explained in more detail in the 'git integration' section --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fab05d2..f17fc1e 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,6 @@ export FORGIT_LOG_FZF_OPTS=' - Most of the commands accept optional arguments (eg, `glo develop`, `glo f738479..188a849b -- main.go`, `gco master`). - `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++`). -- You can use the commands as sub-commands of `git`, see [#147](https://github.com/wfxr/forgit/issues/147) for details. ### 📃 License