Plugin Name: git-pull |
Version: 0.0.1 |
Author: @melezhik |
Realease Date: 2019-01-14 19:00:59 |
Short Description: Make git pull for current branch |
Category: utilities |
Plugin web page: https://github.com/melezhik/sparrow-plugins/tree/master/git-pull |
Other versions: not available |
Download link: git-pull-v0.000001.tar.gz |
Latest version link: https://sparrowhub.org/info/git-pull |
Make git pull for current local branch
$ sparrow plg install git-pull
Tomtit sceanrio:
$ cat .tom/pull.pl6
task-run "git pull", "git-pull";
$ tom pull
Alexey Melezhik