Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Instructions : https://www.atlassian.com/git/tutorials/git-ssh 


Copy SSH Key public:

in PowerShell (Windows Terminal)

Code Block
cat $HOME\.ssh\id_rsa.pub | clip

...