Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr-ressources
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Learning Lab
mooc-rr-ressources
Commits
3e994b61
Commit
3e994b61
authored
Mar 27, 2019
by
Arnaud Legrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move the introduction to magit by Marie-Gabrielle to our own documention
parent
04ceed10
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
4 deletions
+27
-4
emacs_orgmode.org
module2/ressources/emacs_orgmode.org
+27
-4
git1.png
module2/ressources/emacs_orgmode_images/git1.png
+0
-0
No files found.
module2/ressources/emacs_orgmode.org
View file @
3e994b61
...
@@ -352,12 +352,35 @@ in the context of this MOOC in a [[https://www.fun-mooc.fr/courses/course-v1:inr
...
@@ -352,12 +352,35 @@ in the context of this MOOC in a [[https://www.fun-mooc.fr/courses/course-v1:inr
It is very powerful and we use it on a daily basis but you should
It is very powerful and we use it on a daily basis but you should
definitely understand what git does behind the scenes beforehand. If
definitely understand what git does behind the scenes beforehand. If
you feel this would be useful for you, you should follow [[https://magit.vc/screenshots/][this visual
you feel this would be useful for you, you should follow [[https://magit.vc/screenshots/][this visual
walk-through]] or [[https://www.emacswiki.org/emacs/Magit][this really short "crash course"]]. If you installed the
walk-through]] or [[https://www.emacswiki.org/emacs/Magit][this really short "crash course"]].
previous "/reproducible research/" emacs configuration, you can easily
invoke magit by using ~C-x g~.
If you installed the previous "/reproducible research/" emacs
configuration, you can easily invoke magit by using ~C-x g~. Magit will
then prompt you for the path of your local clone of the git repository
(the path to mooc-rr in the context of this MOOC).
[[file:emacs_orgmode_images/git1.png]]
If you do not rely on our "/reproducible research/" emacs configuration,
you should have a look at [[https://magit.vc/manual/magit/Installing-from-an-Elpa-Archive.html][how to install magit from an ELPA archive]].
The following method has been tested with Windows and worked like a charm:
- Add the following piece of text in your =.emacs.d/init.el= file:
#+begin_src emacs-lisp
(require 'package)
(add-to-list 'package-archives
'("melpa" . "http://melpa.org/packages/") t)
#+end_src
- Launch Emacs and run the following commands:
#+BEGIN_EXAMPLE
M-x package-refresh-contents RET
M-x package-install RET magit RET
#+END_EXAMPLE
NB: =M-= corresponds to the =<Alt>= key and =RET= corresponds to the
=<Return>= key.
** Other resources
** Other resources
- [[https://orgmode.org/orgguide.pdf][The compact Org-mode Guide]]
- [[https://orgmode.org/orgguide.pdf][The compact Org-mode Guide]]
- A huge res
s
ource of emacs/org-mode magic is Bernt Hansen's «[[http://doc.norang.ca/org-mode.html][Organize
- A huge resource of emacs/org-mode magic is Bernt Hansen's «[[http://doc.norang.ca/org-mode.html][Organize
your life in plain text]]», whose source is obviously itself an
your life in plain text]]», whose source is obviously itself an
[[http://doc.norang.ca/org-mode.org][org-mode document]].
[[http://doc.norang.ca/org-mode.org][org-mode document]].
- [[https://github.com/dfeich/org-babel-examples][Many examples illustrating the use of different languages in
- [[https://github.com/dfeich/org-babel-examples][Many examples illustrating the use of different languages in
...
...
module2/ressources/emacs_orgmode_images/git1.png
0 → 100755
View file @
3e994b61
12.9 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment