Emacs Version Control Commands (vc)
xtodo work in progress
- Alt + x
vc-dir
(git status
) - move cursor to a line.
- 【M】 to mark all files of the same state.
- 【i】 to
vc-register
(git add
) 【C-x v i】 - 【P】 to
vc-push
(git push
) 【C-x v P】 - 【+】 to
vc-update
(git pull
) 【C-x v +】 - 【=】 to
vc-diff
(git diff
) 【C-x v =】
vc-version-diff
