Skip to content

Commit

Permalink
docs: 📚 update the readme
Browse files Browse the repository at this point in the history
Status: done
  • Loading branch information
Tomelin committed Oct 3, 2024
1 parent f4b4059 commit 00212b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
Binary file added .assets/imgs/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .assets/imgs/result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 3 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,30 +38,11 @@ gcommit --commit "feat: add new feature"
## Example
Here is an example of how to use **gCommit** in interactive mode:
![Demo to commit](./.assets/imgs/demo.gif)
```
$ gcommit --interactive
Select kind of commit:
1. feat
2. fix
3. chore
4. docs
5. style
6. refactor
7. perf
8. test
> 1
Write the task id:
> 12345
Enable emoji in commit message? (y/n):
> y
Commit Message:
> Add new feature for user authentication
**Result of the commit**
![Result to commit](./.assets/imgs/result.png)
```
You chose ```feat: :sparkles: Add new feature for user authentication"```
Contributing
Expand Down

0 comments on commit 00212b1

Please sign in to comment.