Skip to content

Instantly share code, notes, and snippets.

@borcean
Created December 11, 2018 17:33
Show Gist options
  • Save borcean/ee1240815efb1049c733e1e70de9cc1a to your computer and use it in GitHub Desktop.
Save borcean/ee1240815efb1049c733e1e70de9cc1a to your computer and use it in GitHub Desktop.
[user]
name = Jeffrey Borcean
email = your@email.net
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
type = cat-file -t
dump = cat-file -p
pr = pull-request
[push]
default = simple
[color]
ui = true
[core]
excludesfile = ~/.git/ignore
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
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment