#!/usr/bin/env bash

set -euo pipefail

# alias for git add

git add "$@"
