Last active
May 9, 2025 05:38
-
-
Save Red-Eyed/6cd66c7f4573c1ca6855ceef85ac5065 to your computer and use it in GitHub Desktop.
git and ssh accounts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[includeIf "gitdir:~/Projects/work/"] | |
path = .gitconfig_job | |
[includeIf "gitdir:~/Projects/personal/"] | |
path = .gitconfig_personal | |
[pull] | |
rebase = false | |
[filter "lfs"] | |
clean = git-lfs clean -- %f | |
smudge = git-lfs smudge -- %f | |
process = git-lfs filter-process | |
required = true | |
process = git-lfs filter-process | |
[pull] | |
rebase = false | |
# diffs for LFS | |
[diff "lfs"] | |
textconv = cat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment