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

gitte

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitte

Gitte - Initialize Git, Add all your files, Commit it, Add Remote and push it with just one command =====

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Gitte - Initialize Git, Add all your files, Commit it, Add Remote and push it with just one command

Just by using $ gitte push you can save a lot of your efforts while pushing your code to github

$ gitte push -r https://github.com/Sangeetaaaa/Gitte.git -m "initial commit"

note: This will push your code to master branch

Installation

$ npm install -g gitte

Usage

  $ gitte push -r https://github.com/Sangeetaaaa/gitte-gitcmd-automation.git  -m "Intial Commit"

  $ gitte push

DESCRIPTION

$ gitte push -r add-your-remote -m "commit-message"

This command will initialize git, add all your files to stagging area, commit it with your given message, will add remote and will push your code to master branch.

$ gitte push

This command will add all your files to stagging area, commit it and will push to the master branch

note: This command will show err if remote was not added before.

FAQs

Package last updated on 13 Jan 2021

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