emacs-stuff-magit
planted:
2025-03-29
last tended to:
2025-12-28
- C-x g
- Open Magit status buffer
- s
- Stage (file or hunk)
- u
- Unstage
- S
- Stage all
- U
- Unstage all
- c c
- Commit
- C-c C-c
- Confirm commit (in commit buffer)
- c a
- Amend last commit
- b b
- Switch branch
- b c
- Create new branch
- b m
- Merge into current
- b M
- Rebase onto another branch
- P u
- Push to upstream
- F u
- Pull from upstream
- f u
- Fetch from upstream
- l l
- Show log for current branch
- d
- Show diff (between commits, etc.)
- RET
- View diff at point
- ?
- Show help for current buffer
- x
- Open Magit dispatch menu (magit-dispatch)
- !
- Run Git command (rebase, cherry-pick, etc.)
- k
- Discard changes (careful)
- q
- Quit Magit buffer
Backlinks