git-brunch: git checkout command-line tool

[ bsd3, git, program ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/andys8/git-brunch#readme


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
staticDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.0.1.0, 1.0.2.0, 1.0.3.0, 1.0.4.0, 1.0.5.0, 1.0.6.0, 1.1.0.0, 1.1.2.0, 1.2.0.0, 1.3.0.0, 1.3.1.0, 1.4.0.0, 1.4.1.0, 1.4.2.0, 1.4.4.0, 1.5.0.0, 1.5.1.0, 1.6.0.0, 1.7.2.0
Dependencies base (>=4.7 && <5), brick, microlens, process, vector, vty [details]
License BSD-3-Clause
Copyright 2020 andys8
Author andys8
Maintainer andys8@users.noreply.github.com
Category Git
Home page https://github.com/andys8/git-brunch#readme
Bug tracker https://github.com/andys8/git-brunch/issues
Source repo head: git clone https://github.com/andys8/git-brunch
Uploaded by andys8 at 2020-02-07T19:01:26Z
Distributions NixOS:1.7.2.0
Executables git-brunch
Downloads 5709 total (57 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2020-02-08 [all 3 reports]

Readme for git-brunch-1.1.2.0

[back to package description]

git-brunch Build Status

A git checkout and rebase command-line tool

screenshot

Usage

Run git-brunch or git brunch.

Git alias (optional)

git config --global alias.b brunch

Installation

Download binary

  1. Download from releases
  2. Rename to git-brunch
  3. chmod +x git-brunch
  4. Add to PATH

Stack

Install

stack install git-brunch # --resolver=lts-14.16

Clone and install from source

git clone https://github.com/andys8/git-brunch.git
cd git-brunch
stack install

Nix

Install

nix-env -f "<nixpkgs>" -iA haskellPackages.git-brunch

Clone and install with nix

git clone https://github.com/andys8/git-brunch.git
cd git-brunch
nix-env -if .

Development

Run application

./run.sh

Run tests

stack test --fast --file-watch

Build statically linked

stack install --flag git-brunch:static