Created
August 11, 2015 16:56
-
-
Save ckoppelman/a9a102dd399eb669b6b4 to your computer and use it in GitHub Desktop.
A filter for .gitconfig to ignore logos in the application files (Salesforce)
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
# it's quite annoying to change from sandbox to production | |
# in the same directory unless you have this filter installed | |
# To make use of it, add the following line to your .gitattributes file: | |
# | |
# *.app filter=ignore_logo | |
[filter "ignore_logo"] | |
clean = sed '/<logo>/'d | |
smudge = cat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment