#!/bin/csh -f # gitpulldryrun # ----------------------------------------------------------------------------- # C shell script to check whether there's anything to be pulled from the # remote Git repo # ----------------------------------------------------------------------------- # Revision History: # $Log$ # ----------------------------------------------------------------------------- git fetch --dry-run -v