mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Update README.
This commit is contained in:
parent
5810a21480
commit
55cfdfa0de
20
README.md
20
README.md
|
|
@ -25,13 +25,13 @@ antigen bundle wfxr/forgit
|
|||
|
||||
### Manually
|
||||
|
||||
### for zsh
|
||||
**zsh**
|
||||
|
||||
Clone this repo and source `forgit.plugin.zsh` in ~/.zshrc.
|
||||
Clone this repo and source `forgit.plugin.zsh` in `~/.zshrc`.
|
||||
|
||||
### for bash
|
||||
**bash**
|
||||
|
||||
Clone this repo and source `forgit.plugin.sh` in ~/.bashrc.
|
||||
Clone this repo and source `forgit.plugin.sh` in `~/.bashrc`.
|
||||
|
||||
## Commands
|
||||
|
||||
|
|
@ -47,6 +47,12 @@ Interactive `git log` browser
|
|||
|
||||

|
||||
|
||||
### gi
|
||||
|
||||
Interactive `.gitignore` generator
|
||||
|
||||

|
||||
|
||||
### gd
|
||||
|
||||
Interactive `git diff` browser
|
||||
|
|
@ -59,12 +65,6 @@ Interactive `git checkout <file>` selector
|
|||
|
||||
Interactive `git clean` selector
|
||||
|
||||
### gi
|
||||
|
||||
Interactive `.gitignore` generator
|
||||
|
||||

|
||||
|
||||
## Default keybinds
|
||||
|
||||
| Keybind | Action |
|
||||
|
|
|
|||
Loading…
Reference in a new issue