Skip to content

Instantly share code, notes, and snippets.

@upvalue
Created October 15, 2018 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save upvalue/4f34df2397786535732a77676a726197 to your computer and use it in GitHub Desktop.
Save upvalue/4f34df2397786535732a77676a726197 to your computer and use it in GitHub Desktop.
# https://news.ycombinator.com/item?id=18214677
# clone foo/bar => git clone https://github.com/foo/bar
function clone; git clone --recursive https://github.com/$argv; end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment