New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

git-push-fast

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-push-fast

A tool to push changes to your git repository quickly

latest
npmnpm
Version
1.0.9
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Welcome to git-push-fast!

Speed Up Your Development Workflow

Are you a solo developer tired of spending time crafting commit messages? With git-push-fast, you can push your changes to your repository in seconds without the hassle of thinking about commit messages. This tool automatically generates commit messages based on your file changes, letting you focus on what you do best—coding.

Installation:

To install git-push-fast, use npm:

npm install -g git-push-fast

Usage

Once installed, you can use the default commands or configure your own

Default Commands:

  • Pull Changes
pll
  • Pull Changes to specific branch:
pll --bn feature-branch
  • Add + Commit + Push Changes:
psh
  • Add + Commit + Push Changes to specific branch:
psh --bn feature-branch

Contributing:

I welcome contributions! Please submit a pull request or open an issue to get started.

License:

This project is open source and licensed under the ISC License.

FAQs

Package last updated on 04 Jun 2024

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