From aff51f634f98041bb234230ef7ab3df759f83d7a Mon Sep 17 00:00:00 2001 From: Devin Rhode Date: Sat, 28 Feb 2015 19:13:56 -0800 Subject: [PATCH] Increase clarity, add useful links --- contrib/git/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/contrib/git/README.md b/contrib/git/README.md index b547a67ca..28e0f29cb 100644 --- a/contrib/git/README.md +++ b/contrib/git/README.md @@ -43,6 +43,8 @@ This layer also provides support for Github with: - [magit-gh-pulls][]: handy `magit` add-on to manage Github pull requests. - [gist.el][]: full-featured mode to browse and post Githug gists. +New to Magit? Checkout the [official intro](https://magit.github.io/master/magit.html#Introduction) + ## Install ### Layer @@ -79,12 +81,14 @@ To display the `magit status` buffer in fullscreen set the variable Magit auto-complete feature is enabled. For this feature to work best you have to setup your Git repository directory in your `dotspacemacs/config` -function (the path should end up with a `/` to respect Emacs conventions): +function, this is the folder where you keep all your git-controlled projects (the path should end up with a `/` to respect Emacs conventions): ```elisp -(setq magit-repo-dirs '("~/git/")) +(setq magit-repo-dirs '("~/repos/")) ``` +For more, see [Magit-User-Manual#Status](https://magit.github.io/master/magit.html#Status) + ### Magit SVN plugin For convenience the magit SVN plugin can be activated directly in the Git