0.0.8 • Published 5 years ago

gsti v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Git Status Interactively

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

image

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

  • Support git stash
  • Support git add --patch

Reference

SublimeGit

0.0.8

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago