Skip to content

Instantly share code, notes, and snippets.

@beddari
Last active December 26, 2015 05:19
Show Gist options
  • Save beddari/7100009 to your computer and use it in GitHub Desktop.
Save beddari/7100009 to your computer and use it in GitHub Desktop.
How to fork and edit a Homebrew formula

Originally posted at https://alpha.app.net/samueljohn/post/8909897

  1. Fork homebrew on Github
  2. git remote add my https://github.com/username/homebrew.git
  3. Make a branch: git checkout -b vim_option
  4. brew edit vim
  5. brew audit
  6. git commit
  7. git push --set-upstream my vim_options

Open PR on your github repo if you've done something useful :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment