# Pull All the Things! Performs a `git fetch`, fast-forwards the working branch
# if applicable, and pulls the Docker image of the corresponding tag name,
# if any.
#
# Does not give any output from `git pull`; this would be nice to have...
#
# Usage:
# `pull!` to fast-forward working branch and pull corresponding image
# `pull! branchname` to fast-forward chosen branch and pull corresponding image