Changes between Version 31 and Version 32 of WorkingWithGit


Ignore:
Timestamp:
Aug 21, 2016, 7:45:09 AM (8 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

color.ui defaults to "true" unless you're using a really old Git

Legend:

Unmodified
Added
Removed
Modified
  • WorkingWithGit

    v31 v32  
    2020git config --global core.excludesfile ~/.gitignore_global
    2121git config --global commit.template ~/.git-commit-template
    22 git config --global color.ui true
    2322}}}
    2423which 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.