Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit 1e62fb3

Browse files
committed
Update README.md
1 parent f2d3840 commit 1e62fb3

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@
55
<img src="assets/images/anim.gif">
66
</p>
77
<p align="center">
8-
<a href="http://gitcheats.com/">
8+
<a href="https://excalith.github.io/git-cheats/">
99
<img src="https://img.shields.io/badge/GitCheats-APP-orange.svg?longCache=true&style=for-the-badge">
1010
</a>
1111
<a href="https://github.com/excalith/git-cheats-cli">
1212
<img src="https://img.shields.io/badge/GitCheats-CLI-brightgreen.svg??longCache=true&style=for-the-badge">
1313
</a>
1414
</p>
1515

16+
> This project is very old and outdated, yet it still exists since it may help someone out there.
1617
1718
**Git Cheats** is a small project for people who wants to get into git using commands but don't know where to start. It started as a side-project to help my friends / colleagues check commands easily, but it turned out it has been shared through my friends lots of times and it is being used on a daily basis. Suprising enough, I wanted to create a repository for this. Maybe someone finds it useful and / or wants to contribute!
1819

19-
### GitCheats App [(Link)](http://gitcheats.com)
20+
### GitCheats App [(Link)](https://excalith.github.io/git-cheats/)
2021
A simple web-based app where you can filter out commands in need easily.
2122

2223
### GitCheats CLI [(Link)](https://github.com/excalith/Git-Cheats-Cli)
@@ -38,6 +39,12 @@ If you find this project useful, please consider <a href="https://www.buymeacoff
3839
* [excalith](https://github.com/excalith) - Maintainer / English, Turkish & Klingon
3940
* [aemmadi](https://github.com/aemmadi) - Telugu & Hindi
4041
* [aladhims](https://github.com/aladhims) - Indonesian
42+
* [munex-com](https://github.com/munex-com) - Japanese
43+
* [Moonstroke82](https://github.com/Moonstroke82) - German
44+
* [bhabermann](https://github.com/bhabermann) - Portuguese
45+
* [Maluzzz](https://github.com/Maluzzz) - Spanish
46+
* [osamagoraya](https://github.com/osamagoraya) - Urdu
47+
* [LucaArgentieri](https://github.com/LucaArgentieri) - Italian
4148

4249
## License
4350
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

assets/commands.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"settings": {
33
"languages": {
4-
"it": "Italiano",
54
"en": "English",
6-
"tr": "Türkçe",
7-
"tel": "తెలుగు",
5+
"de": "Deutsch",
6+
"es": "Español",
87
"hin": "हिंदी",
9-
"kli": "Klingon",
8+
"it": "Italiano",
109
"id": "Indonesia",
11-
"de": "Deutsch",
12-
"ja": "Japanese",
13-
"es": "Spanish",
14-
"ptBR": "Portuguese"
10+
"ja": "日本語",
11+
"ptBR": "Portuguese",
12+
"tel": "తెలుగు",
13+
"tr": "Türkçe",
14+
"kli": "Klingon"
1515
},
1616
"search": {
1717
"it": "Comando di Ricerca",

0 commit comments

Comments
 (0)