Microgit alternatives and similar software solutions
Based on the "Project Management" category.
Alternatively, view Microgit alternatives based on common mentions on social networks and blogs.
-
Gitea
Git with a cup of tea! Painless self-hosted all-in-one software development service, includes Git hosting, code review, team collaboration, package registry and CI/CD -
Phabricator
Effective June 1, 2021: Phabricator is no longer actively maintained. -
gitbucket
A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility -
OpenProject
OpenProject is the leading open source project management software. -
Gitolite
Hosting git repositories -- Gitolite allows you to setup git hosting on a central server, with very fine-grained access control and many (many!) more powerful features. -
Redmine
Mirror of redmine code source - Official Subversion repository is at https://svn.redmine.org/redmine - contact: @vividtone or maeda (at) farend (dot) jp -
Taiga
Agile project management platform. Built on top of Django and AngularJS -
goodwork
Self hosted project management and collaboration tool powered by TALL stack -
Bonobo Git Server
Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info. -
Leantime
Leantime is a lean project management system for non-project managers. Designed to help you manage your projects from ideation to delivery. -
UVDesk
UVdesk Opensource Community Helpdesk Project built for all to make a Full Ticketing Support System along with many more other features. -
ZenTao
Zentao is a lifecycle management for agile projects and open source! -
Tuleap
Tuleap is a Free & Open Source Suite to improve management of software developments and collaboration. With a single web-based solution, project managers, developers & quality managers can easily build, deploy software projects. -
Git WebUI
A standalone local web based user interface for git repositories -
The Bug Genie
The Bug Genie is a friendly project management and issue tracking tool -
Klaus
docker run klaus / pip install klaus — the first Git web viewer that Just Works™. -
Trac
Trac is an enhanced wiki and issue tracking system for software development projects (mirror) -
Phproject
A high performance full-featured project management system -
Titra
titra - modern open source project time tracking for freelancers and small teams -
Lazylead
Eliminate the annoying work within ticketing systems (Jira, GitHub, Trello). Allows automating (without admin access) daily actions like tickets fields verification, email notifications by JQL/GQL, meeting requests to your (or teammates) calendar. -
Kallithea
Source code management system that supports two leading version control systems, Mercurial and Git, with a web interface. -
ProjeQtOr
A complete, mature, multi-user project management system with extensive functionality for all phases of a project. -
sorcia
Sorcia is a minimalist web frontend for Git repositories with fine-grained user access controls, multiple themes to choose based on your taste and many more. -
Pagure
A lightweight, powerful, and flexible git-centric forge with features laying the foundation for federated and decentralized development. -
RhodeCode
RhodeCode is an open source platform for software development teams. It unifies and simplifies repository management for Git, Subversion, and Mercurial. -
SCM Manager
The easiest way to share and manage your Git, Mercurial and Subversion repositories over http.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Microgit or a related project?
Popular Comparisons
README
Microgit
Microgit is meant to be a self-hosting open source that will be an alternative to gitlab. See this as a crystal version of gitea but with own design.
What it can do now:
- Git pull/push/fetch
- See tree of files
- See last commit
- See commit list
- See branch list
- see commits for specific branch
- See diffs
- See file content (non-binary files)
- Create issues
- Create Merge Requests
- See diff of merge request compare to master
- Commenting on merge request
- Commenting on issue
- Merge merge request
- teams
- user invite to team
What is left to be done:
- Better handling of git updates, using git hooks
- Squash merge
- add labels to issues and merge requests
- Show logs of changes on issue and merge requests
- add related issue, merge requests
- Better assignee and owner handling
- optmization
- Cleaning up code
- Upgrades of Lucky and Crystal
- tests
- ssh support?
This is a project written using Lucky. Enjoy!
Setting up the project
- Install required dependencies
- Update database settings in
config/database.cr
- Run
script/setup
- Install Libgit2 -
apt-get install libgit2-dev
- Run
lucky dev
to start the app
Contributing
Microgit is built to be fully open and transparent. You can help contribute and do push this project forward.
Fork this repo, add push your changes to a new branch and create an pull request.