Changes between Version 21 and Version 22 of WorkingWithGit


Ignore:
Timestamp:
Aug 21, 2016, 7:14:46 AM (8 years ago)
Author:
mkae (Marko Käning)
Comment:

change text for GitHub commit email address

Legend:

Unmodified
Added
Removed
Modified
  • WorkingWithGit

    v21 v22  
    77== Initial setup == #Initialsetup
    88
    9 Start with some basic setup (based on [https://community.kde.org/Infrastructure/Git/Configuration KDE's configuration hints]):
     9Start with some basic setup based on [https://community.kde.org/Infrastructure/Git/Configuration KDE's configuration hints] concerning user information:
    1010{{{
    1111$ git config --global user.name "Your Name"
    1212$ git config --global user.email YOUR_MACPORTS_HANDLE@macports.org
    13 #                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    14 #                         if not registered with a MacPorts handle
    15 #                                 simply use another email address
    16 }}}
     13}}}
     14where you should use the email address you usually commit with at GitHub, even if you are not registered with a MacPorts handle (email address).
    1715
    1816Additionally one should define a few (not necessarily global) presets for working with your clone of the MacPorts repository: