plugins

Home

Plugins

GitHub

Blog

git-commit

version: 0.0.3 |  date: 06/27/2021 |  Make git commit |  source code

# SYNOPSIS

Make git commit

# INSTALL

    $ s6 --install git-commit

# USAGE

Tomtit sceanrio:

    $ cat .tom/commit.pl6

    my $msg = prompt("message: ");

    task-run "commit my changes", "git-commit", %( message => $msg );

    $ tom commit

# Run spell checks

    check_spell => True

If `check_spell` is set, run spell checks commit message by using `hunspell`

# Dependencies

* git cli

# Platforms supported

Linux/Windows

# Author

Alexey Melezhik