Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

License

Notifications You must be signed in to change notification settings

komish/unstaged

Open more actions menu

Repository files navigation

Unstaged

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

Build Status

Usage:

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

  -f, --file      config file path
  -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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Morty Proxy This is a proxified and sanitized view of the page, visit original site.