forgit: This tool is designed to help you use git more efficiently. It’s lightweight and easy to use.
glo
- 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 checkout <commit>
selector (gco
) - Interactive
git stash
viewer (gss
) - Interactive
git clean
selector (gclean
) - Interactive
git cherry-pick
selector (gcp
) - Interactive
git rebase -i
selector (grb
) - Interactive
git commit --fixup && git rebase -i --autosquash
selector (gfu
)