#!/bin/bash -e # Attempt to fast-forward merge with another branch. exec git merge --ff --ff-only "$@"