Skip to content

Instantly share code, notes, and snippets.

@JustSnow
Last active April 27, 2020 13:15
Show Gist options
  • Save JustSnow/77594c029306006824d2 to your computer and use it in GitHub Desktop.
Save JustSnow/77594c029306006824d2 to your computer and use it in GitHub Desktop.
git config
[user]
name = JustSnow
email = justsnow17@yandex.ru
[core]
filemode = false
excludesfile = /Users/SnowMan/.gitignore_global
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f
[filter "lfs"]
clean = git lfs clean %f
smudge = git lfs smudge %f
required = true
cat ~/.gitignore_global
.rvmrc
.ruby-gemset
.ruby-version
.rspec
.DS_Store
.DS_Store?
public/assets
db/structure.sql
db/schema.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment