gsti
v0.0.8
Published
git Interactive git status
Downloads
9
Readme
Git Status Interactively
gsti gives you a very simple UI for git status
in command line, you can easily do interactive in command line.
Install
$ npm install gsti -g
Usage
$ git sti
# Movement:
k = previous item
j = next section
# Staging:
s = stage file/section
u = unstage file/section
x = discard file/section
# Stashes:
a = apply stash
A = pop stash
z = create a stash
Z = create a stash include untracked files
# Commit:
c = commit
C = commit -a (add unstaged)
# File:
e = edit file
d = view diff
TODO List
- [x] Support
git stash
- [ ] Support
git add --patch