akaptur / gitp

A Sublime Text plugin to expose git add -p "patch mode"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitp is a Sublime Text plugin currently in development that provides a frontend to git add -p.

It represents changed hunks with number icons in the Sublime Text gutter.

It supports the following commands:

  • ctrl-alt-x : stage hunks. Enter the numbers of the hunks you wish to stage and they will be staged for commit.
  • ctrl-alt-s : stage these hunks. Stage all currently-selected hunks.
  • ctrl-alt-v : view these hunks. View the diffs for all currently-selected hunks.
  • ctrl-alt-c : commit staged hunks. Enter a commit message to cimmet all staged hunks.

About

A Sublime Text plugin to expose git add -p "patch mode"


Languages

Language:Python 100.0%