diff --git a/.github/img/logo.png b/.github/img/logo.png new file mode 100644 index 0000000..b0ff2b5 Binary files /dev/null and b/.github/img/logo.png differ diff --git a/.github/img/preview.png b/.github/img/preview.png new file mode 100644 index 0000000..c722f44 Binary files /dev/null and b/.github/img/preview.png differ diff --git a/.gitignore b/.gitignore index e09760d..45d29f0 100644 --- a/.gitignore +++ b/.gitignore @@ -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/* diff --git a/README.md b/README.md index 8059d7d..2857c77 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-

Git Anonymous

+

Track personal commit statistics without sharing company code!

Introduction • @@ -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. - - 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. +

+   # Installation