Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sandr01d committed Aug 30, 2024
1 parent 7097ca5 commit f6fc66d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ Install `forgit` in just one click.

- **Interactive `git rebase -i` selector** (`grb`)

- **Interactive `git reflog` viewer** (`grl`)

- **Interactive `git blame` selector** (`gbl`)

- **Interactive `git commit --fixup && git rebase -i --autosquash` selector** (`gfu`)
Expand Down Expand Up @@ -176,6 +178,7 @@ You can change the default aliases by defining these variables below.

``` bash
forgit_log=glo
forgit_reflog=grl
forgit_diff=gd
forgit_add=ga
forgit_reset_head=grh
Expand Down Expand Up @@ -235,6 +238,7 @@ These are passed to the according `git` calls.
| -------- | --------------------------------------------------------------------------- |
| `ga` | `FORGIT_ADD_GIT_OPTS` |
| `glo` | `FORGIT_LOG_GIT_OPTS` |
| `grl` | `FORGIT_REFLOG_GIT_OPTS` |
| `gd` | `FORGIT_DIFF_GIT_OPTS` |
| `grh` | `FORGIT_RESET_HEAD_GIT_OPTS` |
| `gcf` | `FORGIT_CHECKOUT_FILE_GIT_OPTS` |
Expand Down Expand Up @@ -287,6 +291,7 @@ Customizing fzf options for each command individually is also supported:
|----------|-----------------------------------|
| `ga` | `FORGIT_ADD_FZF_OPTS` |
| `glo` | `FORGIT_LOG_FZF_OPTS` |
| `grl` | `FORGIT_REFLOG_FZF_OPTS` |
| `gi` | `FORGIT_IGNORE_FZF_OPTS` |
| `gd` | `FORGIT_DIFF_FZF_OPTS` |
| `grh` | `FORGIT_RESET_HEAD_FZF_OPTS` |
Expand Down

0 comments on commit f6fc66d

Please sign in to comment.