Modifies both the git and github types to accept an explicit target directory as the second argument. Also provides an --ssh option for github to create git@github.com:name/repo.git style urls.
ok git ~/code/work/enterprise-project git@someserver.com:enterprise.git
ok github ~/code/bork mattly/bork --ssh
Modifies both the git and github types to accept an explicit target directory as the second argument. Also provides an
--ssh
option for github to creategit@github.com:name/repo.git
style urls.