Skip to content

Instantly share code, notes, and snippets.

@AntoineDrouhin
Last active April 30, 2019 08:40
Show Gist options
  • Save AntoineDrouhin/880bf9c8bbde54009e4643408f0d433f to your computer and use it in GitHub Desktop.
Save AntoineDrouhin/880bf9c8bbde54009e4643408f0d433f to your computer and use it in GitHub Desktop.
Global git config
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[user]
email = [email protected]
name = antoine drouhin
[core]
editor = vim
[pager]
branch = false
stash = false
[alias]
cleanup = "!git branch --merged | grep -v '\\*\\|master|develop' | xargs -n 1 git branch -d"
~
~
~
~
~
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment