Skip to content

Instantly share code, notes, and snippets.

@yucellmustafa
Last active January 26, 2024 12:45
Show Gist options
  • Save yucellmustafa/9273c10a3de1d9bf4debe5f65719ceb9 to your computer and use it in GitHub Desktop.
Save yucellmustafa/9273c10a3de1d9bf4debe5f65719ceb9 to your computer and use it in GitHub Desktop.
Add ssh key to gist to push locally
  • creat ssh key: ssh-keygen -t ed25519 -C "your_email@example.com"
  • then copy the code in ~/.ssh/id_ed25519.pub
  • add ssh key here: https://github.com/settings/keys
  • and gist repo clone (example): git clone git@gist.github.com:9273c10a3de1d9bf4debe5f65719ceb9.git fedora-everything-minimal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment