Changes between Version 67 and Version 68 of WorkingWithGit


Ignore:
Timestamp:
Nov 1, 2016, 11:06:19 PM (7 years ago)
Author:
raimue (Rainer Müller)
Comment:

Add TODO for CommitRules

Legend:

Unmodified
Added
Removed
Modified
  • WorkingWithGit

    v67 v68  
    7171
    7272=== Commit messages === #commitmessages
     73
     74{{{
     75#!div style="background-color: lightyellow; padding: 0.25em;"
     76TODO: This section needs to be merged with CommitRules
     77}}}
     78
    7379To set which text editor is used by git for writing commit messages, you can do either of:
    7480 * Set {{{core.editor}}} in your Git config: {{{git config --global core.editor "emacs"}}}