m4ver1k / unstaged

A command-line utility to check for unstaged changes in local git repositories.

Home Page:https://godoc.org/github.com/komish/unstaged

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unstaged

Check for unstaged changes across a set of git repositories that you configure.

Usage:

unstaged [--flags] [/path/to/repo]

  -h, --help      display help
  -v, --verbose   display verbose output
      --version   display version

You can specify the repo to check against as a command line parameter using format unstaged /path/to/repo or use a yaml configuration file to specify the list of repos to check against.

Configuration file:

unstaged looks for config file in a directory unstaged to be present inside user config location as returned by os.UserConfigDir() and must be of the following format:

  repos:
    - /path/to/repo/one
    - /path/to/repo/two
    - ...

Screenshot:

License

This package is under the MIT License. See LICENSE.

About

A command-line utility to check for unstaged changes in local git repositories.

https://godoc.org/github.com/komish/unstaged

License:MIT License


Languages

Language:Go 81.0%Language:Makefile 19.0%