Last active
August 2, 2021 07:06
-
-
Save alicerocheman/58146a7aa46f04e0c545f816caf86d84 to your computer and use it in GitHub Desktop.
This file contains 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
[user] | |
email = xxx | |
name = xxx | |
[filter "lfs"] | |
process = git-lfs filter-process | |
required = true | |
clean = git-lfs clean -- %f | |
smudge = git-lfs smudge -- %f | |
[credential] | |
helper = cache | |
[lfs] | |
cachecredentials = true | |
[alias] | |
stash-staged = "!bash -c \"git stash --keep-index; git stash push -m \"staged\" --keep-index; git stash pop stash@{1}\"" | |
[core] | |
excludesfile = /Users/xxx/.gitignore_global | |
[pull] | |
rebase = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment