Comparing version 1.2.2 to 1.3.0
#! /usr/bin/env node | ||
var shell = require("shelljs"); | ||
shell.exec("git push"); | ||
shell.exec("git push --set-upstream origin master"); |
{ | ||
"name": "gitro", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "Run common Git and Tailwindcss commands fast and easily!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
******* Gitro NPM package ******* | ||
Version 1.2.2 | ||
Version 1.3.0 | ||
@@ -66,2 +66,6 @@ Gitro allows you to run the multiple Git commands and TailwindCSS compilation with one command. Gitro is TOTALLY free, open-source, easy to edit & install. | ||
This is the only the first version which I use personally too, you can edit these scripts yourself if you can. For any help, reach me @techacumenyt on Twitter. And I'll keep updating this package too. Happy coding! | ||
This is the only the first version which I use personally too, you can edit these scripts yourself if you can. For any help, reach me @techacumenyt on Twitter. And I'll keep updating this package too. Happy coding! | ||
CHANGELOG | ||
1.3.0 - Changed "push" command to include upstream |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3492
70