refactor(app): rename GitLite to Gitty throughout the application

The application has been rebranded from GitLite to Gitty, which involved
updating various references across the codebase, including titles,
descriptions, and identifiers. This change reflects the new branding
strategy and ensures consistency in the user interface and backend.

- Updated project name and identifiers in configuration files
- Changed all instances of "GitLite" to "Gitty" in HTML and Svelte files
- Adjusted descriptions and help texts to match the new branding
This commit is contained in:
Christoph Brandau
2026-07-08 19:51:28 +02:00
parent ea49380138
commit a7faaceb83
13 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GitLite</title>
<title>Gitty</title>
<style>
:root {
color-scheme: dark;
@@ -232,7 +232,7 @@
<img class="icon" src="/splash-icon.png" alt="" />
</div>
<div class="copy">
<strong>GitLite</strong>
<strong>Gitty</strong>
<span>Starting workspace</span>
</div>
<div class="bar" aria-hidden="true"><span></span></div>