What is GitQlient?
It is a multi-platform Git client originally forked from QGit. The original idea was to provide a GUI-oriented Git client that was easy to integrate with QtCreator (currently shipped as GitQlientPlugin). This idea has grown since the day 1 to not only cover the integration with QtCreator but also to make it an app on it’s own.
GitQlient is a tool in the Git Tools category of a tech stack.
GitQlient is an open source tool with 725 GitHub stars and 72 GitHub forks. Here’s a link to GitQlient's open source repository on GitHub
GitQlient Integrations
GitQlient's Features
- Easy access to remote actions like: push, pull, submodules management and branches
- Branches management
- Tags and stashes management
- Submodules handling
- Allow to open several repositories in the same window
- Better visualization of the commits and the work in progress
- Better visualization of the repository view
GitQlient Alternatives & Comparisons
What are some alternatives to GitQlient?
SourceTree
Use the full capability of Git and Mercurial in the SourceTree desktop app. Manage all your repositories, hosted or local, through SourceTree's simple interface.
pre-commit
pre-commit checks your code for errors before you commit it. pre-commit is configurable.
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.