#!/usr/bin/env bash

set -euo pipefail

# alias for git diff

git diff "$@"
