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

gitpush

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitpush

A command line utility to Git Add all modified files and commit them.

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16
increased by1500%
Maintainers
1
Weekly downloads
 
Created
Source

gitpush

A command line script in nodeJs to perform various Git commands. The command gives output of git status, followed by git add all new modified files, and then commits them.

Installation

$ npm install gitpush -g

Usage

After installing the module globally, open up your terminal, navigate to the git directory of your choice and type:

$ gitpush "Your Commit Message"

Important

The command will output all the modified files added and then output whether commit was performed successfully or not. Works on all platforms with git installed.

Please request any new feature on the github repository or create a pull request that adds new features.

Keywords

FAQs

Package last updated on 22 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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