Skip to content

Commit

Permalink
feat: Add images to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Apr 18, 2024
1 parent 7ca7c6c commit b3d66a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Binary file added .github/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/img/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ logs
.env.*
!.env.example

# Local gimp projects for logo and preview
*.xcf

git-anon.code-workspace
server/data/database.db
data/repository/*
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<h1>Git Anonymous</h1>
<p align="center"><img width=45% src=".github/img/logo.png"></p>
<h4>Track personal commit statistics without sharing company code!</h4>
<div>
<a href="#owo-whats-this">Introduction</a> •
Expand All @@ -14,12 +14,12 @@
# OwO, what's this?
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.

<!-- TODO: Screenshots -->

Git Anon presents you with a webinterface to input a commit message, modify the commit date and specify a line diff for every file.
Once pressing commit, the service produces your specified line diff by generating random characters, makes the commit and pushes it to your remote repository.
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.

<p align="center"><img width=90% src=".github/img/preview.png"></p>

&nbsp;

# Installation
Expand Down

0 comments on commit b3d66a9

Please sign in to comment.