Finding a way to use `git commit`
See original GitHub issueI think it would be nice to setup a pre-commit hook to run commitizen when running the command git commit
.
I would personally rather my team use a command they already know than learning a new one. Make it easier when switching projects.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:7
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to find a commit by its hash?
Just use the following command git show ... There are two ways to do this. 1. providing the SHA of the commit you...
Read more >2.3 Git Basics - Viewing the Commit History
By default, with no arguments, git log lists the commits made in that repository in reverse chronological order; that is, the most recent...
Read more >Viewing the commit history of a Git repository
If you want to see what's happened recently in your project, you can use git log . This command will output a list...
Read more >Git Commit | Atlassian Git Tutorial
In this article we'll look at the differences between using git commit and svn commit. Learn some common options for using git commit,...
Read more >Git Guides - git commit
Without adding any files, the command git commit won't work. Git only looks to the staging area to find out what to commit....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@micky2be Any news on creating a PR for that?
@thedaviddias any feedback is appreciated!