Skip to content

Instantly share code, notes, and snippets.

View jnewc's full-sized avatar

Jack Newcombe jnewc

View GitHub Profile
@jnewc
jnewc / fix-sourcetree-git-secrets.sh
Last active August 26, 2020 16:44 — forked from Neo23x0/fix-sourcetree-git-secrets.sh
SourceTree git-secrets
#!/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