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

git-extras

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-extras

Some extra plugins for git.

latest
npmnpm
Version
0.0.14
Version published
Maintainers
1
Created
Source

git-extras

Some extra plugins for git.

Usages

install

# for npm
npm i -g git-extras
# or for yarn
yarn global add git-extras

commands

pr

cd /some/path/to/your/project
# to get helpers
git pr -h
# use current branch to default branch develop
git pr
# select target branch
git pr -s
# select target branch with keyword search
git pr -s -k keyword
# use `,` that more then one keyword
git pr -s -k keyword1,keyword2,keyword3

ac

cd /some/path/to/your/project
# to get helpers
git ac -h
# add some files to commit
git add xxxx
# commit with last commit message amend
git ac

web

cd /some/path/to/your/project
# to get helpers
git web -h
# open web homepage
git web

Keywords

git

FAQs

Package last updated on 05 Oct 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