特定のコミットのブランチを作成したい

特定のコミットのブランチを作成

git checkout {コミットハッシュ値} -b {ブランチ名}

例)

git checkout 00abe35 -b tmp/20190421