0.0.14 • Published 3 years ago

git-extras v0.0.14

Weekly downloads
17
License
ISC
Repository
-
Last release
3 years ago

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
0.0.14

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.1

3 years ago

1.0.0

4 years ago