ecunal / gits

Recursive git commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Recursive git commands

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%