homebrew cask (level 1): correcting a pull request

  • I mistyped my contribution, so I have to modify my pull request

  • set-up variables

    cd $(brew --prefix)/Library/Taps/phinze-cask
    github_user='meduz'
    project='texshop'
    git remote -v
  • jumping to my branch

    git branches
    git checkout remotes/origin/$project -b $project
    vim Casks/texshop.rb
  • publishing results

    git status
    git commit -v
    git push $github_user $project
  • confirm the pull request

    open https://github.com/$github_user/homebrew-cask
  • come back to the master branch

    git checkout master
  • in the meanwhile, the change has been merged and texshop is now available as a cask!