Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-git-friendly

The Homebrew formula for git-friendly. Installs branch, merge, pull, push, and stash.

Install

brew install git-friendly/git-friendly/git-friendly

Development

Edit 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-friendly

Tests use temporary repositories and a local remote. CI checks macOS and Linux.

Updating

  1. Update the release URL and SHA-256 in Formula/git-friendly.rb; Homebrew infers the version.
  2. Calculate the checksum with curl --fail --location RELEASE_URL | shasum -a 256.
  3. Update bin.install if upstream commands change.
  4. Run the checks above.

Please send patches!

About

Homebrew tap/formula for the simplest git improvements that money can buy

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages