I work on various projects and always forget what should I type to run a server, do a deploy etc. So, how I dealt with this problem and have a single shell command for that?
Add to your global .gitignore
:
.exec
Add the following function to your .zshrc
/.bashrc
: