Productivity hack:<p>Keep a collection of useful commands you might need in the future.<p>I keep such a file in the root directory of my projects.<p>e.g.: commands.txt<p>You can even save these commands in a GitHub Gist.<p>PS: Don’t save sensitive data like passwords and API keys.
> I keep such a file in the root directory of my projects.<p>I think you are describing Makefiles?
<a href="https://www.gnu.org/software/make/" rel="nofollow">https://www.gnu.org/software/make/</a>