#!/bin/bash

REF=${REF-$(get_main_upstream)}
echo $@ | xargs git diff $REF --color
