Skip to content

sgeos/sgeos.github.io

Repository files navigation

sgeos.github.io

The repository for my blog at sgeos.github.io.

Working With GitHub Keys

  # create ssh key, if need be
  # Reference: https://help.github.com/articles/generating-ssh-keys/
  ssh-keygen -t rsa -C "your_email@example.com"

  # add ssh key to session using the sh shell
  sh
  eval "$(ssh-agent -s)"
  ssh-add ~/.ssh/id_rsa

About

The repository for the blog at sgeos.github.io.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published