User Tools

Site Tools


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 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.1778304392.txt.gz · Last modified: by mike

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki