Last active
April 30, 2019 08:40
-
-
Save AntoineDrouhin/880bf9c8bbde54009e4643408f0d433f to your computer and use it in GitHub Desktop.
Global git config
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
[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