We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fig adds apps, shortcuts, and autocomplete to your existing terminal.
Install fig with brew install fig
fig
brew install fig
Install forgit with one click
forgit
Or add antigen bundle 'wfxr/forgit' to .zshrc file. Make sure to have fzf installed.
antigen bundle 'wfxr/forgit'
.zshrc
git add
ga
git log
glo
The log graph can be disabled by option FORGIT_LOG_GRAPH_ENABLE (see discuss in issue #71).
FORGIT_LOG_GRAPH_ENABLE
.gitignore
gi
Interactive git diff viewer (gd)
git diff
gd
Interactive git reset HEAD <file> selector (grh)
git reset HEAD <file>
grh
Interactive git checkout <file> selector (gcf)
git checkout <file>
gcf
Interactive git checkout <branch> selector (gcb)
git checkout <branch>
gcb
Interactive git branch -D <branch> selector (gbd)
git branch -D <branch>
gbd
Interactive git checkout <tag> selector (gct)
git checkout <tag>
gct
Interactive git checkout <commit> selector (gco)
git checkout <commit>
gco
Interactive git revert <commit> selector (grc)
git revert <commit>
grc
Interactive git stash viewer (gss)
git stash
gss
Interactive git clean selector (gclean)
git clean
gclean
Interactive git cherry-pick selector (gcp)
git cherry-pick
gcp
Interactive git rebase -i selector (grb)
git rebase -i
grb
Interactive git blame selector (gbl)
git blame
gbl
Interactive git commit --fixup && git rebase -i --autosquash selector (gfu)
git commit --fixup && git rebase -i --autosquash
gfu
The text was updated successfully, but these errors were encountered:
victor-iyi
No branches or pull requests
Fig
Fig adds apps, shortcuts, and autocomplete to your existing terminal.
Install
fig
withbrew install fig
forgit
Install
forgit
with one clickOr add
antigen bundle 'wfxr/forgit'
to.zshrc
file. Make sure to have fzf installed.git add
selector (ga
)git log
viewer (glo
)The log graph can be disabled by option
FORGIT_LOG_GRAPH_ENABLE
(see discuss in issue #71)..gitignore
generator (gi
)Interactive
git diff
viewer (gd
)Interactive
git reset HEAD <file>
selector (grh
)Interactive
git checkout <file>
selector (gcf
)Interactive
git checkout <branch>
selector (gcb
)Interactive
git branch -D <branch>
selector (gbd
)Interactive
git checkout <tag>
selector (gct
)Interactive
git checkout <commit>
selector (gco
)Interactive
git revert <commit>
selector (grc
)Interactive
git stash
viewer (gss
)Interactive
git clean
selector (gclean
)Interactive
git cherry-pick
selector (gcp
)Interactive
git rebase -i
selector (grb
)Interactive
git blame
selector (gbl
)Interactive
git commit --fixup && git rebase -i --autosquash
selector (gfu
)The text was updated successfully, but these errors were encountered: