devops_stuff
This is an old revision of the document!
DevOps Stuff (Under Construction)
Getting Started with Git
For now, this section assumes that the platform in use is Linux, and that the Git repository hosting platform in use is [[https://about.gitea.com|Gitea]]
Install git
sudo apt -y install git
Generate an ed25519 ssh key
ssh-keygen -t ed25519 -C "gitea-key" -f ~/.ssh/gitea_key
Add the key to Gitea
devops_stuff.1778304307.txt.gz · Last modified: by mike
