The Homebrew formula for git-friendly.
Installs branch, merge, pull, push, and stash.
brew install git-friendly/git-friendly/git-friendlyEdit Formula/git-friendly.rb in your local tap:
brew tap git-friendly/git-friendly
brew trust --formula git-friendly/git-friendly/git-friendly
cd "$(brew --repository git-friendly/git-friendly)"Check changes before submitting:
brew style git-friendly/git-friendly
brew reinstall --build-from-source git-friendly/git-friendly/git-friendly
brew audit --strict --online git-friendly/git-friendly/git-friendly
brew test --verbose git-friendly/git-friendly/git-friendly
brew livecheck git-friendly/git-friendly/git-friendlyTests use temporary repositories and a local remote. CI checks macOS and Linux.
- Update the release URL and SHA-256 in
Formula/git-friendly.rb; Homebrew infers the version. - Calculate the checksum with
curl --fail --location RELEASE_URL | shasum -a 256. - Update
bin.installif upstream commands change. - Run the checks above.
Please send patches!