git-extras

0.0.14 • Public • Published

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

Package Sidebar

Install

npm i git-extras

Weekly Downloads

2

Version

0.0.14

License

ISC

Unpacked Size

75 kB

Total Files

23

Last publish

Collaborators

  • akunbear