Created
December 9, 2014 21:21
-
-
Save bitops/fbf20ddc7a68aa1a73ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; a bold new beginning | |
| (defun git-status (dir) | |
| "Show magit status for dir" | |
| (interactive (list (read-directory-name "Git project dir: "))) | |
| (magit-status (expand-file-name dir))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment