更新到最新的wordpress
git checkout master
git pull wordpress master:master
git fetch --tags wordpress
git checkout production2
git merge $TAG
# Note: if the merge does not appear to be a fast forward,
# we need to force the merge with the upstream tree.
#
自制核
我的核心自制秘方
添加公式
标记项目的版本
运行brew create https://github.com/Samasaur1/$REPO/archive/$TAG.tar.gz --tap Samasaur1/core
如果不是您想要的,请填写desc和homepage
定义安装步骤
它看起来应该类似于:
class Typer < Formula
desc "An automatic typer for any text you give it"
homepag