;;; magithub-autoloads.el --- automatically extracted autoloads ;; ;;; Code: ;;;### (autoloads (magithub-clone) "magithub" "magithub.el" (21539 ;;;;;; 11653 143280 560000)) ;;; Generated autoloads from magithub.el (autoload 'magithub-clone "magithub" "\ Clone GitHub repo USERNAME/REPO into directory DIR. If SSHP is non-nil, clone it using the SSH URL. Once the repo is cloned, switch to a `magit-status' buffer for it. Interactively, prompts for the repo name and directory. With a prefix arg, clone using SSH. \(fn USERNAME REPO DIR &optional SSHP)" t nil) (eval-after-load 'magit '(unless (featurep 'magithub) (require 'magithub))) ;;;*** ;;;### (autoloads nil nil ("magithub-pkg.el") (21539 11653 223834 ;;;;;; 758000)) ;;;*** (provide 'magithub-autoloads) ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; coding: utf-8 ;; End: ;;; magithub-autoloads.el ends here