Skip to content

Instantly share code, notes, and snippets.

@alicerocheman
Last active August 2, 2021 07:06
Show Gist options
  • Save alicerocheman/58146a7aa46f04e0c545f816caf86d84 to your computer and use it in GitHub Desktop.
Save alicerocheman/58146a7aa46f04e0c545f816caf86d84 to your computer and use it in GitHub Desktop.
[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