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 | |
# | |
# THIS WORKS WITH GIT INSTALLED VIA BREW | |
# | |
# Fixes error: | |
# git: 'secrets' is not a git command. See 'git --help'. | |
# | |
# More information: https://qiita.com/yamaryu0508/items/d959dc32442b08b8a0a4 | |
brew install git |