Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

CODEBERG (Could work with github)

SSH AUTENTIFICACION

git config --global user.name "John Doe"
git config --global user.email "johnDoe123@email.com"
ssh-keygen -t ed25519 -a 100
 [Press enter to select default]
 set pwd

cat ~/.ssh/id_ed25519.pub

Copy ssh-ed... to the end without user@algo

Add this in codeberg -> config -> add ssh

Setup user to commit

Do as the msg says but the email should be the one that has the @noreply in user settings Profile at the bottom