emacs.magit
git + magit
Launch magit. J’ai suivi la reco de Magit, à savoir :
(global-set-key (kbd "C-x g") 'magit-status)
donc M-x magit-status
= C-x g
Some keys
M-x
magit-status to see git status, and in the status buffer:s
to stage filesc c
to commit (type the message thenC-c C-c
to actually commit)b b
to switch to another branchP
to do a git pushF
to do a git pull- try to press
TAB
M
- infos sur le repository
Créer un repo
M-a
origin/ - qu’est-ce qu’il faut rentrer ?
puis P p