Last active
July 26, 2022 05:00
-
-
Save tatsuyasusukida/4e0c736277faf7fe06a87572078b4f5b to your computer and use it in GitHub Desktop.
π How to update Gist from the terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GIST_ID="00000000000000000000000000000000" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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