Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 426 Bytes

git.md

File metadata and controls

20 lines (12 loc) · 426 Bytes

GIT

gitconfig is split in 3 config:

  • gitconfig common git configuration
  • gitconfig-personal personal git configurations
  • gitconfig-work work git configuration

Personal config

Personal configuration will be used for git repos located on the following folders:

  • ~/Personal/
  • ~/OpenSource/

Work config

Personal configuration will be used for git repos located on the following folders:

  • ~/Work/