Skip to content

fcjr/git-stack

Repository files navigation

git-stack logo

git-stack

GitHub release (latest by date) GolangCI Go Report Card

Stack based flow for GitHub.

Installation

macOS

brew install fcjr/fcjr/git-stack

Windows

scoop bucket add fcjr https://github.com/fcjr/scoop-fcjr.git
scoop install git-stack

Other

If you are on another platform such as linux or just rather not use a package manager, you can download a binary from Github releases and use it straight away without having to install any additional dependencies.

  1. Find the latest release, download the tar.gz file for your given operating system and extract it.
  2. Inside you'll find the git-stack executable which you can run directly (Note: you may need to allow execution via chmod +x <PATH_TO_GIT_STACK_EXE>).

Usage

Basic:

git stack -h

Development

Building the current commit

This project uses goreleaser.

  1. Install go.
  2. Install goreleaser via the steps here.
  3. Build current commit via goreleaser release --snapshot --skip-publish --rm-dist.

About

Stacked diffs for GitHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published