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

Commit ea66acd

Browse files
authored
Update README.md
1 parent 1d5b270 commit ea66acd

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
# Interactive Git Cheatsheet
22
Interactive Git Cheatsheet 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!
33

4-
### [Try The Demo Here](https://excalith.github.io/Interactive-Git-Cheatsheet)
4+
### [Try The App Here](https://excalith.github.io/Interactive-Git-Cheatsheet)
55

66
![Anim](/images/anim.gif)
77

88
## How To Contribute:
9-
Please feel free to contribute any way you can. Just keep in mind that this is a simple tool to help people **get used to** common commands. No need to add commands such as ```reflogs``` and ```checkout --orphan``` etc.
9+
Please feel free to contribute any way you can. Just keep in mind that you should pay attention to [CONTRIBUTE.md](.github/CONTRIBUTING.md) before contributing.
1010

1111
That being said, you can;
1212
* Create issues for feature requests and issues
1313
* Create pull requests for any fixes / additions
1414

15-
## Dependencies:
16-
* [jQuery](https://github.com/jquery/jquery) - Making life bearable
17-
* [Isotope](https://github.com/metafizzy/isotope) - Filtering & sorting commands
15+
## Authors
16+
* [Can Cellek](https://github.com/excalith)
1817

19-
## Other Useful Repos
18+
## License
19+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
20+
21+
___
22+
23+
#### Other Useful Projects
24+
If you think there should be more, please create an issue labeled as `enhancement` and give direct link to the project.
2025
* [Git Init](https://pel-daniel.github.io/git-init) - Great learning tool for learning how to use commands
21-
* [Learn Git Branching](https://learngitbranching.js.org/?demo) - Learn how to use branches properly
26+
* [Learn Git Branching](https://learngitbranching.js.org) - Learn how to use branches properly

0 commit comments

Comments
 (0)