bilardi / see-git-steps
a script to see step by step the git commits
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Shell
This package is not auto-updated.
Last update: 2025-05-05 15:23:48 UTC
README
This package contains a script to see step by step the git commits. It is part of the educational repositories to learn how to write stardard code and common uses of the TDD.
Installation
If you want integrate it in your project, add the script package into your composer.json or package.json. If you have any problem, create an issue.
The package is self-consistent, when you have installed on your device the git program.
Global installation
make install
If you want to test it, there are some dependencies but the test script will install everything it needs.
make test
Usage
Read the guide.
Development
Create man (using kapouer/ronnjs)
make man
License
This package is released under the MIT license. See LICENSE for details.