VRC - Version Control with Gitea

On my NAS I setup Gitea to start running version control on some of my projects.

New project process:

  • New repository in Gitea
  • Use Github Desktop to create a folder
  • Update .gitignore and .gitattributes
  • Copy project files into new local folder
    • Assets
    • Packages
    • ProjectSettings
  • Commit files and push.

Making changes:

  • Start a new branch

'Releases' are Uploaded, and backups