Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitro

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitro - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

2

bin/gitro-push.js
#! /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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc