dgtized / github-clone.el

Fork and clone Github projects from Emacs
58 stars 14 forks source link

Add url type option and improve robustness #4

Closed DarwinAwardWinner closed 10 years ago

DarwinAwardWinner commented 10 years ago

This contains two commits. The first adds a custom option to decide which url type to use ("git://", "https://", or ssh) instead of just using the ssh url. The second makes it give a better error message if the git clone command fails.

dgtized commented 10 years ago

Thanks!