Created
February 28, 2018 05:02
-
-
Save bdwyertech/b6cf34ca1315b198338ef68d6afe29bb to your computer and use it in GitHub Desktop.
Add git-crypt to Sourcetree's PATH
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
#!/bin/bash | |
# Add git-crypt to SourceTree's Path | |
# If you use Sourcetree's embedded GIT, you may have to symlink things into its PATH to make them work. | |
# git-crypt | |
ln -s /usr/local/bin/git-crypt /Applications/SourceTree.app/Contents/Resources/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment