Setting up a Drush alias
When you need to setup an alias for running your drush commands. For instance you need to do something like:
drush @mysite.local cr
drush @mysite.staging cr
And so and so far and target different environments more easily.
It's fairly simple.