plugins

Home

Plugins

GitHub

Blog

git-current-branch

version: 0.0.1 |  date: 06/27/2021 |  Get current git branch |  source code

# SYNOPSIS

Get current git branch

# INSTALL

    $ s6 --install git-current-branch

# USAGE

    my %state = task-run "current branch", "git-current-branch";

    say %state<branch>;

# Author

Alexey Melezhik