Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Latest commit

 

History

History

git

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Git default configuration

Author Václav Purchart

Highlights

  • git aliases
  • pull rebase = true as a default
  • colors
  • global .gitignore

Setup

If you already have the .gitconfig, you can only extend the current config with this one:

[include] path = /path/to/ooo/.gitconfig

Or:

  1. create .gitconfig and .gitignore_global files in your user's root directory (cd ~ or cd /Users/<username>)
  2. copy a given content inside (.gitconfig & .gitignore_global)
  3. restart your terminal