Changes between Version 39 and Version 40 of WorkingWithGit


Ignore:
Timestamp:
Aug 21, 2016, 3:21:39 PM (8 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

remove explanation for color.ui, which is no longer present

Legend:

Unmodified
Added
Removed
Modified
  • WorkingWithGit

    v39 v40  
    2626git config --global commit.template ~/.git-commit-template
    2727}}}
    28 which avoids that you accidentally push changes into a wrong branch at {{{origin}}}, makes sure that your current changes get always auto-rebased ontop of the pulled changes from {{{origin}}}, adds an excludes file as well as a commit template and enables colorizing {{{git}}}'s console output.
     28which avoids that you accidentally push changes into a wrong branch at {{{origin}}}, makes sure that your current changes get always auto-rebased ontop of the pulled changes from {{{origin}}} and adds an excludes file as well as a commit template.
    2929
    3030'''T.B.D.:''' A MacPorts'ish ignore file {{{.gitignore_global}}} should be supplied here, perhaps based on [https://quickgit.kde.org/?p=macports-kde.git&a=blob&h=bb618b30d4daba183823b797fa56ae65b207c569&hb=120899f859eefbe0bf669685352e7c44a834e23f&f=contrib%2Fgit-setup%2F.gitignore_global this]?!!