gits

command module
v0.0.0-...-02da902 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2019 License: BSD-3-Clause Imports: 7 Imported by: 0

README

gits

A small tool to execute recursive git commands in a directory.

When run without any arguments, executes git status on current directory recursively and lists the output(s).

Go Report Card

Commands
* fetch, f
    Recursive "git fetch -p"
* pull, p [branch]
    Recursive "git pull origin [branch]"
    If no branch is supplied, current branch is used.
* checkout, co branch
    Recursive "git checkout branch"
    Branch name is required.
* help, h
    Shows a list of commands or help for one command
TODO
  • Enable custom git commands

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL