1.0.32 • Published 8 years ago

automagit v1.0.32

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

Automatize tasks in github with alias.

Description

This package add aliases to improve your performace. For example if you want do a add, commit and push directly. You can use the option git cif

Install

npm install -g automagit

RUN automagit in the shell

automagit

NOW YOU CAN EXECUTE ALL THE COMMANDS BELOW

This alias will add:

    git ci  "COMMIT"   git add + commit
	git cii "COMMIT"   git add + commit + push
	git cif            git add + commit with text no relevants changes + push
	git f              git add + commit + increase version npm in package.json + push + update npm package
	git fi  "COMMIT"   git add + commit + increase version npm in package.json + push + update npm package
	git fin            git push + update npm package
	git final          increase version npm in package.json + push + update npm package

Options

automagit [OPTIONS]
        default install all aliases
		-d --delete  remove all aliases automatize -d
		-h --help show help
		-v show package version -v

Youtube Video

Video

1.0.32

8 years ago

1.0.31

8 years ago

1.0.30

8 years ago

1.0.29

8 years ago

1.0.28

8 years ago

1.0.21

8 years ago

1.0.20

8 years ago

1.0.19

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago