Unverified Commit 1d0dde39 authored by Denver Ogaro's avatar Denver Ogaro Committed by GitHub
Browse files

Add alias for gh_clone.

parent 6c2741ce
......@@ -95,6 +95,10 @@ function gh_clone {
git clone https://github.com/$1
}
# gh-clone was renamed to gh_clone, so we have this alias for
# backwards compatibility.
alias gh-clone=gh_clone
function set_opts {
# Set options from input options string (in $- format).
local opts=$1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment