All Projects → eclipsesource → megit

eclipsesource / megit

Licence: EPL-2.0 License
Standalone Git GUI based on EGit

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to megit

elegant-git
Elegant Git is an assistant who carefully automates routine work with Git.
Stars: ✭ 38 (-55.81%)
Mutual labels:  gitflow
gitflow-toolkit
A simple toolkit for GitFlow.
Stars: ✭ 176 (+104.65%)
Mutual labels:  gitflow
rukatuk-mobile
The Official App for Ruk-A-Tuk Promotions
Stars: ✭ 18 (-79.07%)
Mutual labels:  gitflow
gitkraken
Arch User Repository Gitkraken
Stars: ✭ 113 (+31.4%)
Mutual labels:  git-gui
github-action-gitflow-release-workflow
Example workflows for automated releases in a GitFlow-style project using GitHub actions.
Stars: ✭ 91 (+5.81%)
Mutual labels:  gitflow
drone-ci-demo
A Demo to show workflow of Drone CI + GitFlow + Semantic Release + Kubernetes
Stars: ✭ 47 (-45.35%)
Mutual labels:  gitflow
everything-in-eclipse
Everything is in Eclipse. As a Java Devloper, I consider Eclipse as my first IDE. Eclipse is more powerful than you think. So I collected the commonly used Eclipse plugins here.
Stars: ✭ 41 (-52.33%)
Mutual labels:  egit
jenkins-pipeline-gitflow-maven
Sample Maven project with a Jenkinsfile doing git-flow based release management
Stars: ✭ 47 (-45.35%)
Mutual labels:  gitflow
Gitextensions
Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
Stars: ✭ 6,008 (+6886.05%)
Mutual labels:  git-gui

MeGit

Looking for a powerful, yet easy-to-use, fully open-source user interface for git? Well, there are plenty of options. One of our favorites is EGit. However, EGit is actually a plug-in for Eclipse rather than a standalone tool, such as GitKraken, etc. Nevertheless, even in projects where we actually use other editors or IDE's than Eclipse, we often found ourselves firing up an Eclipse IDE with EGit just to handle more complex git branch operations, for analysing the git history, and so on.

This made us think... wouldn't EGit be a great git standalone tool if it would be... well, an actual standalone tool?

That's exactly what MeGit is: a minimal standalone application that contains just enough to run EGit conveniently.

Screenshot of MeGit

Features

EGit (and hence MeGit) provides tons of features:

  • Nice visualization of the git history making it easy to keep a good overview when analyzing, merging or rebasing branches, cherry-picking commits, changing the git history, etc.
  • Interactive rebasing support
  • Easy-to-use git staging view
  • Support for Gerrit and Github
  • Support for GitFlow operations
  • and much more.

Please refer to the EGit user guide to learn more.

MeGit intends to make it easy to just use EGit. It hence doesn't add any functionality itself, but only builds EGit as a standalone application with the minimal dependencies. Thus, start up should be fast. Just open MeGit and add the git repositories you care about. There is no need to import them as Eclipse projects. Just use the EGit perspective and directly handle your git tasks on the imported git repositories.

Installing MeGit

Download the archive for your operating system from the releases, unpack the archive and run the megit or megit.exe. You'll need to select a workspace location to store your metadata.

MeGit requires Java 11 or higher to be installed on your system.

Building

You'll need maven installed on your system. Once it is installed, run

cd com.eclipsesource.megit.parent
mvn clean install

The runnable product will be available in com.eclipsesource.megit.product/target for your platform. Just extract the archive and run megit.

Changelog

  • 0.0.1 Initial release based on Eclipse EGit 2020-12
  • 0.0.2 Based on Eclipse EGit 2020-12
    • Git perspective as default and dark theme by default (#7)
    • Miminize editor area by default and fix of #8 (#9)
  • 0.0.3 Update to Eclipse EGit 2021-03
  • 0.0.4 Update to Eclipse EGit 2021-09
  • 0.1.0 Update to Eclipse EGit 2021-12
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].