Skip to content
blog.kenichikat.me
Go back

Cheat Sheet

Updated:

Homebrew

brew info [formula名]
brew list --verbose [formula名]
brew bundle dump --force --describe

asdf

asdf plugin add [plugin名]
asdf plugin update [plugin名]
asdf list all [plugin名]

gh

gh auth login
gh repo create [ユーザ名]/[リポジトリ名] --(private|public)

git

git switch -c feature/your-branch-name
# git checkout -b feature/your-branch-name

ssh

ssh-keygen -t ed25519 -C "コメント"
ssh-add -K [秘密鍵のパス]

Share this post on:

Previous Post
Pythonパッケージの開発メモ
Next Post
Node.jsパッケージのインストール先の修正