Skip to content

Commit b3d66a9

Browse files
committed
feat: Add images to the README
1 parent 7ca7c6c commit b3d66a9

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/img/logo.png

29 KB
Loading

.github/img/preview.png

107 KB
Loading

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ logs
2222
.env.*
2323
!.env.example
2424

25+
# Local gimp projects for logo and preview
26+
*.xcf
27+
2528
git-anon.code-workspace
2629
server/data/database.db
2730
data/repository/*

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<h1>Git Anonymous</h1>
2+
<p align="center"><img width=45% src=".github/img/logo.png"></p>
33
<h4>Track personal commit statistics without sharing company code!</h4>
44
<div>
55
<a href="#owo-whats-this">Introduction</a> •
@@ -14,12 +14,12 @@
1414
# OwO, what's this?
1515
Git Anon is a selfhosted webservice, which allows you to keep track of your personal git commits at work, without ever sharing any code itself.
1616

17-
<!-- TODO: Screenshots -->
18-
1917
Git Anon presents you with a webinterface to input a commit message, modify the commit date and specify a line diff for every file.
2018
Once pressing commit, the service produces your specified line diff by generating random characters, makes the commit and pushes it to your remote repository.
2119
GitHub automatically detects the programming languages of your line diffs based on file extension and will show the generated commit as a contribution on your profile, even when the repository is private.
2220

21+
<p align="center"><img width=90% src=".github/img/preview.png"></p>
22+
2323
&nbsp;
2424

2525
# Installation

0 commit comments

Comments
 (0)