Git: Difference between revisions

change number of commits said in the page from 160 000 to 889 000.
Kaya (talk | contribs)
Update git example from deprecated user options to new ones
Line 21: Line 21:
   programs.git = {
   programs.git = {
     enable = true;
     enable = true;
     userName = "John Doe";
     settings.user = {
    userEmail = "johndoe@example.com";
        name = "John Doe";
        email = "johndoe@example.com";
    };
   };
   };
</syntaxhighlight>
</syntaxhighlight>