sipi / git-tools

Include a tool for add files in a loop (git-diff/git-add) over modified files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GIT TOOLS

git-tools currently provides two helper commands:

git-tools status

Open an interactive session with following steps:

  1. displays git status then prompts to continue or not,
  2. for each modified file, display a diff then prompts to add, patch, checkout or ignore
  3. prompts to commit

git-tools substatus

Executes git status --short on all subdirectories of the current directory.

About

Include a tool for add files in a loop (git-diff/git-add) over modified files.

License:GNU General Public License v3.0


Languages

Language:Shell 75.8%Language:Makefile 24.2%