Skip to content

Instantly share code, notes, and snippets.

@sbimochan
Created August 21, 2019 06:56
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 sbimochan/29954f720d5f0a832a00e0612e05b55e to your computer and use it in GitHub Desktop.
Save sbimochan/29954f720d5f0a832a00e0612e05b55e to your computer and use it in GitHub Desktop.
git settings
[user]
name = Bimochan Shrestha
email = bmochan@gmail.com
[core]
excludesfile = /Users/grim/.gitignore_global
pager = diff-so-fancy | less --tabs=4 -RFX
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[alias]
st = status
co = checkout
[color]
ui = true
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = yellow
frag = magenta bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse
[gui]
recentrepo = /Users/grim/projects/edfi/msdf-admin-portal
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
#*.log
#*.sql
#*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment