Skip to content

Instantly share code, notes, and snippets.

@Red-Eyed
Created April 4, 2022 14:47
Show Gist options
  • Save Red-Eyed/6cd66c7f4573c1ca6855ceef85ac5065 to your computer and use it in GitHub Desktop.
Save Red-Eyed/6cd66c7f4573c1ca6855ceef85ac5065 to your computer and use it in GitHub Desktop.
git and ssh accounts
[includeIf "gitdir:~/Projects/work/"]
path = .gitconfig_job
[includeIf "gitdir:~/Projects/personal/"]
path = .gitconfig_personal
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment