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

gitcommon

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitcommon

A simple git cli tool

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

Git Common CLI

A CLI to simplify your git push init(with push) and pull.

Installing

$ npm install -g gitcommon

How to use

Usage: gitcommon [options]

  A simple git cli tool


  Options:

    -V, --version            output the version number
    -I, --init <repo>        Init a git repo and push it
    -c, --commit             Commit and push the repos update
    -m, --message <message>  Commit message(Default:commit with gitutils)
    -r, --remote <remote>    Repo remote (Default:origin)
    -o, --options <options>  Push options (optional)
    -b, --branch <branch>    Repo branch (Defaults(:master)
    -p, --pull               Pull the repos update
    -h, --help               output usage information

##Useful informations

  When you use commit, in git command line you use git add . git commit -m <message> and git push

  When you use pull , in git command line you use only git pull

  When you use init, in git command line you use git init git add . git commit -m "initial commit" git add remote origin <repo> and git push

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Keywords

cli

FAQs

Package last updated on 06 Mar 2018

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