What is pre-commit and what are its top alternatives?
Top Alternatives to pre-commit
- hub
hub is a command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier. ...
- Git Flow
It provides excellent command line help and output. It is a merge based solution. It doesn't rebase feature branches. ...
- Atlassian Stash
It is a centralized solution to manage Git repositories behind the firewall. Streamlined for small agile teams, powerful enough for large organizations. ...
- Git-Repo
Control your remote git hosting services from the git commandline. The usage is very simple. ...
- TortoiseGit
It is a Git revision control client, implemented as a Windows shell extension and based on TortoiseSVN. It is free software released under the GNU General Public License. ...
- Diff So Fancy
diff-so-fancy builds on the good-lookin' output of git contrib's diff-highlight to upgrade your diffs' appearances. ...
- GitHub Desktop
It is an open-source multi-platform GUI Git client designed for working with GitHub repositories. Focus on what matters instead of fighting with Git. Whether you're new to Git or a seasoned user, it simplifies your development workflow. ...
- pre-commit by Yelp
If one of your developers doesn’t have node installed but modifies a JavaScript file, pre-commit automatically handles downloading and building node to run jshint without root. Pre-commit is a multi-language package manager for pre-commit hooks. You specify a list of hooks you want and pre-commit manages the installation and execution of any hook written in any language before every commit. pre-commit is specifically designed to not require root access. ...
pre-commit alternatives & related posts
related hub posts
related Git Flow posts
related Atlassian Stash posts
related Git-Repo posts
- Turns Explorer into a git client4
- Free1
related TortoiseGit posts
- Cool7
- Beautiful default style3
- Easy setup2
- Brew install recipe for simple Mac installation1
- Unobtrusive, you can however configure it to be default1
related Diff So Fancy posts
GitHub Desktop
related GitHub Desktop posts
pre-commit by Yelp
- Multiple language support2
- Modular1