In these videos, our in-house developer team at Hackages share with you the tech tips you need to become a better developer! Check out our other series '#TechTips' videos: 1. Command to generate an SSH key: ssh-keygen -t rsa -b 2048 -C ''youremail@'' Go to your profile on Github at My Profile - Settings - SSH and GPG keys at then paste your public key () 2. In case you want to use a custom SSH key use this config file (~/.ssh/config) Host HostName User git Port 22 PreferredAuthentications publickey IdentityFile /Users/florian/.ssh/hackjam-io # replace by your file location IdentitiesOnly yes 🔥PREVIOUS VIDEO • React & State management revisited | Hacklunch →
Hide player controls
Hide resume playing