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
This commit is contained in:
sandroid 2023-08-02 22:07:05 +02:00
parent f1ac9e3f7f
commit e8fee0c581
No known key found for this signature in database
GPG key ID: 91418C9982B8B76E

View file

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