Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

tcr test commit revert

alias test='npm test' #Javascript
alias test='./vendor/bin/phpunit tests'; #PHP 
alias commit='git commit -a';
alias revert='git reset --hard';
##
test && commit || revert
 
PREVIOUS NEXT
Tagged: #tcr #test #commit #revert
ADD COMMENT
Topic
Name
9+2 =