Skip to content
/ gro Public

gro - management utility for a group of local git repositories located in the current directory

License

Notifications You must be signed in to change notification settings

evbg/gro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gro

gro - management utility for a group of local git repositories located in the current directory

Getting Started

Prerequisites

gro can be used in any POSIX-compatible operating system, in which there are such standard tools or commands as: sh

Installing

Manual install

Just copy the executable gro file to the directory specified in the $PATH environment variable

Self-installs to $HOME/bin directory:

./gro -i

Self-installs to /usr/local/bin directory:

sudo ./gro -i -g

Creates symbolic links to the gro executable for quick use of basic commands:

./gro -ia

Running the tests

The following tools are used for testing: shunit2 shellcheck

Please see the instructions on the web pages of these projects.

./gro_test.sh

Versioning

We use SemVer for versioning.

Authors

  • Evgeny V. Bogodukhov - Initial work - evbg

License

This project is licensed under the MIT License - see the LICENSE file for details

About

gro - management utility for a group of local git repositories located in the current directory

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages