Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

PREVIOUS NEXT
Code Example
Shell :: conEMU alias / 
Shell :: rmmod: ERROR: Module nvidia_drm is in use 
Shell :: k8s dashboartd 
Shell :: View Changes Before Committing in git command 
Shell :: activar htaccess en apache 
Shell :: how to generate ssh keys for git 
Shell :: git remote add origin 
Shell :: enable vault autocomplete 
Shell :: how to know if my linux is debian or fedora 
Shell :: configure: error: "curses not found" 
Shell :: free space in ubuntu 
Shell :: zsh slow cd 
Shell :: windows stop service 
Shell :: stop elasticsearch 
Shell :: push a new local repository to github. 
Shell :: laravel sanctum auth setup 
Shell :: curl detailed response 
Shell :: dockercompose build 
Shell :: upload file via terminal 
Shell :: difference between git remote and git clone 
Shell :: terminal mkv to mp4 
Shell :: linux command to delete direcoty with specified name recursivel 
Shell :: download sklearn linux 
Shell :: terminal theme 
Shell :: create a bash script 
Shell :: cs50 
Shell :: pushing an existing repository from cmd 
Shell :: select loop bash 
Shell :: mv folder linux 
Shell :: docker compose recreate 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =