This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -eu | |
function usage() | |
{ | |
cat <<- EOF | |
Usage: $0 <name of fork owner> [local name of remote] | |
name of fork owner: name of the github user having the fork | |
local name of remote: how to locally call the fork (defaults to name of fork owner) |