plugins

Home

Plugins

GitHub

Blog

git-push

version: 0.0.7 |  date: 06/27/2021 |  Make git push for current branch |  source code

# SYNOPSIS

Make git push for current local branch

# INSTALL

    $ s6 --install git-push

# USAGE

Tomtit sceanrio:

    $ cat .tom/push.pl6

    task-run "push my changes", "git-push";

    $ tom push 

# Parameters

## confirm

`yes|no`

Set `confirm` to `no` to disable confirmation dialogue:

    task-run "push my changes", "git-push", %( confirm => "no" );

# Platforms supported

Windows/Linux

# Author

Alexey Melezhik