Quick setup - if you've done this kind of thing before
https://github.com/your-account/sample.git
// ... or create a new repository on the command line
echo "# sample" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/your-account/sample.git
pit push -u origin main
// ... or push an existing repository from the command line
git remote add origin https://github.com/your-account/sample.git
git branch -M main
git push -u orign main
Apple は単純に ZIP 形式を活用することもできたが、そうしないことを選択した。Apple は独自の歴史があるため、一般的に独自の方法で独自のことを行っている。それはそれでよいことだ。Apple が採用しているモデルには利点があり、その利点はより一般的なメカニズムを使用して別の方法で構築することもできたが、物事はそのままでいることもある。
❯ brew help uninstall
Usage: brew uninstall, remove, rm [options] installed_formula|installed_cask
[...]
Uninstall a formula or cask.
-f, --force Delete all installed versions of formula.
Uninstall even if cask is not installed,
overwrite existing files and ignore errors
when removing files.
--zap Remove all files associated with a cask.
May remove files which are shared between
applications.
--ignore-dependencies Don't fail uninstall, even if formula is a
dependency of any installed formulae.
--formula, --formulae Treat all named arguments as formulae.
--cask, --casks Treat all named arguments as casks.
-d, --debug Display any debugging information.
-q, --quiet Make some output more quiet.
-v, --verbose Make some output more verbose.
-h, --help Show this message.