Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 641 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 641 Bytes

class

  • Collection of online classes

git commands

  • master -> main
  • @local

Adding ssh key

  • ssh-keygen -t ed25519 -C "email_address"
  • eval "$(ssh-agent -s)"
  • ssh-add ~/.ssh/id_ed25519
    • Add passphrase for higher security
  • sudo apt-get install xclip
  • xclip -selection clipboard < ~/.ssh/id_ed25519.pub
  • Login to github -> settings -> add ssh-key
  • Still git push orign main works as it used to work. SSH key is not working?