Skip to content

Instantly share code, notes, and snippets.

@tatsuyasusukida
Last active July 26, 2022 05:00
Show Gist options
  • Save tatsuyasusukida/4e0c736277faf7fe06a87572078b4f5b to your computer and use it in GitHub Desktop.
Save tatsuyasusukida/4e0c736277faf7fe06a87572078b4f5b to your computer and use it in GitHub Desktop.
🐈 How to update Gist from the terminal
GIST_ID="00000000000000000000000000000000"
create:
gh gist create \
-wpd "🐈 How to update Gist from the terminal" \
makefile
update:
source .env && gist -u $$GIST_ID makefile .env.example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment