Skip to content

Instantly share code, notes, and snippets.

@shortthirdman
Last active July 19, 2017 09:08
Show Gist options
  • Save shortthirdman/ff122623be506a7505e54b3c27b3282d to your computer and use it in GitHub Desktop.
Save shortthirdman/ff122623be506a7505e54b3c27b3282d to your computer and use it in GitHub Desktop.

Set email and name globally

  • git config --global user.name "Swetank Mohanty"
  • git config --global user.email "swetank.mohanty@gmail.com"

Verify email and name globally

Generate SSH Key-Pair (RSA)

ssh-keygen -t rsa -C "swetank.mohanty@gmail.com"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment