Skip to content

Instantly share code, notes, and snippets.

@SaicharanKandukuri
Created December 9, 2022 04:07
Show Gist options
  • Save SaicharanKandukuri/26ad9d1cad35791b6d681469b1dbb122 to your computer and use it in GitHub Desktop.
Save SaicharanKandukuri/26ad9d1cad35791b6d681469b1dbb122 to your computer and use it in GitHub Desktop.

Creating an ssh key

ssh-keygen -t ed25519 -C "yourgmailadress@gmail.com"

replace yourgmailadress@gmail.com with your mail address

configuring git

git config --global user.name "yourusername"
git config --global user.email "yourgmail@gmail.com"

replace yourusername & "yourgmail@gmail.com"

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