Skip to content

ericsuarez/Automagit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

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

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

Releases

No releases published

Packages

No packages published