/gitbpf

Git extensions that provides high level operations for Branch Per Feature workflow

Primary LanguageShellMIT LicenseMIT

git-bpf (work in progress / absolutely unstable...)

Git extensions that provides high level operations for Branch Per Feature (BPF) workflow.

Getting started

Installation

Manual installation

If you want to manually install git-bpf, please use the following instructions:

git clone --recursive git://github.com/cdue/gitbpf.git

Then, you can install git-bpf, using:

sudo make install

By default, git-bpf will be installed in /usr/local. To change the prefix where git-bpf will be installed, simply specify it explicitly, using:

sudo make prefix=/opt/local install

You can install it to your home directory (make sure $HOME/bin is in your $PATH):

make install prefix=$HOME

Or simply point your PATH environment variable to your git-bpf checkout directory.

Installation note: git-bpf depends on the availability of the command line utility getopt, which may not be available in your Unix/Linux environment. Please use your favorite package manager to install getopt. For Cygwin, install the util-linux package to get getopt. If you use apt-get as your install manager, the package name is opt.