Your team’s manual deployment process doesn’t have to be so manual. Here’s how we automated our team’s deployment process with a few lines of bash and basic Git knowledge.
Improve your everyday git workflows by automating the boring stuff.
Sometimes, a programs output will depend on where it is sending that output.
How to use .git/safe to trust the bin/ directory in your git repo.
Is your team setup for success? Do they have the tools to deliver working software? Step zero is being able to get setup quickly.
High-leverage knowledge for improving your productivity.
How to search and replace from your shell and editor.
A guide on how UNIX ./configure && make && make install
utility works and where it
comes from.
Certain tasks like updating dependencies or migrating a database must be done...