After the command
git commit
->
i
- to jump into insert mode ->
esc
- takes us out of insert mode ->
:w
- to save written comment ->
:q
- to quit ------------------------
:w
and
:p
can be combined into
:wq
by Valeri Tandilashvili
4 years ago
Git
Git & GitHub Crash Course For Beginners
3
Pro tip: use ```triple backticks around text``` to write in code fences