Skip to content

Gcaufy/gsti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Status Interactively

gsti gives you a very simple UI for git status in command line, you can easily do interactive git status in command line.

image

Install

$ npm install gsti -g

Usage

use git sti instead of git status

$ git sti

Key Bindings

Movement

key description
up or j Move the cursor to the previous line.
down or k Move the cursor to the next line.

Staging

key description
s Stage the file/section.
S Stage all unstaged and untracked files.
p Interactively stage hunks of a file.

Stashes

key description
a Apply stash.
A Pop stash.
z Create a stash.
Z Create a stash include untracked files.

Commit

key description
c Commit files.
C Commit all staged files.

File

key description
e Edit file.
d View diff.
y Yank.
x Discard file/section.

Others

key description
q or esc quite.
h help.

TODO List

  • Support git stash
  • Support git add --patch
  • Add npm versin check

Reference

SublimeGit

About

Git Status Interactively

Resources

License

Stars

Watchers

Forks

Packages

No packages published