Skip to content

Instantly share code, notes, and snippets.

@veggiemonk
Created August 26, 2019 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veggiemonk/39b7adf4b2f4e2c083566dbe14977804 to your computer and use it in GitHub Desktop.
Save veggiemonk/39b7adf4b2f4e2c083566dbe14977804 to your computer and use it in GitHub Desktop.
multi config for git - gitconfig
[core]
pager = diff-so-fancy | less --tabs=4 -RFX
excludesfile = ~/.gitignore
[user]
name = Julien Bisconti
email =
signingkey = XXX
[includeIf "gitdir:~/code/bitbucket/"]
path = ~/code/bitbucket/.gitconfig
[includeIf "gitdir:~/code/github/"]
path = ~/code/github/.gitconfig
[includeIf "gitdir:~/go/"]
path = ~/code/github/.gitconfig
[credential "https://source.developers.google.com"]
helper = gcloud.sh
[commit]
gpgsign = true
.idea
.vscode
# Created by https://www.gitignore.io/api/osx
# Edit at https://www.gitignore.io/?templates=osx
### OSX ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# End of https://www.gitignore.io/api/osx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment