Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Apr 18, 2024
1 parent b3d66a9 commit c9ae358
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<p align="center"><img width=45% src=".github/img/logo.png"></p>
<h4>Track personal commit statistics without sharing company code!</h4>
<h4>📊 Track personal commit statistics without sharing company code!</h4>
<div>
<a href="#owo-whats-this">Introduction</a> •
<a href="#installation">Installation</a> •
Expand All @@ -11,7 +11,7 @@

&nbsp;

# OwO, what's this?
# 👀 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.
Expand All @@ -22,7 +22,7 @@ GitHub automatically detects the programming languages of your line diffs based

&nbsp;

# Installation
# 🚀 Installation
### Docker (recommended):
TBA

Expand All @@ -40,7 +40,7 @@ Git Anon does not provide any authentication itself, so you should either enable

&nbsp;

# Configuration
# Configuration
### Settings
Open the webpage in your browser and head to the `Settings` page.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-anon",
"version": "0.2.0",
"version": "0.3.0",
"description": "Track personal commit statistics without sharing company code",
"author": "3urobeat",
"license": "GPL-3.0",
Expand Down

0 comments on commit c9ae358

Please sign in to comment.