mattly / bork

the Bash-Operated Reconciling Kludge
Other
218 stars 27 forks source link

Explicit git destinations #59

Closed mattly closed 8 years ago

mattly commented 8 years ago

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
frdmn commented 8 years ago

Nice! :+1: