These are some common commands to put in .bash_profile script to help while developing
up- cd ..u- cd ../cl- clear
gs- git statusgf- git fetchgp- git pullgpr- git pull --rebasega- git add .gd- git diffgc- git commitgcm- git commit -mgcheck- git checkoutgmerge- git mergegpush- git pushgclone- git clonegt- git taggl- git loggl1- git log -1gl2- git log -2gl3- git log -3gl5- git log -5gshow- git show HEADgshow1- git show HEAD~1gshow2- git show HEAD~2got- gitget- git
nr- npm run
Open current directory in Finder, Atom, or Visual Studio Code
o- open .vs- code .
Shortcut to run docker commands
d- docker