All Projects → JChrist → gitextender

JChrist / gitextender

Licence: Apache-2.0 License
Git Extender is a plugin for jet brains products, like IntelliJ IDEA, which offers the option of updating all local branches that track a remote one for all git roots in the project

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to gitextender

Intellij Sdk Code Samples
Mirror of the IntelliJ SDK Docs Code Samples
Stars: ✭ 217 (+1346.67%)
Mutual labels:  intellij, jetbrains
JetBrainsCopilot
✈️ IDE plugin for the IntelliJ platform which adds GitHub Copilot support. (VERY WIP)
Stars: ✭ 155 (+933.33%)
Mutual labels:  intellij, jetbrains
intellij-one-dark
One Dark syntax theme for JetBrains IDEs
Stars: ✭ 69 (+360%)
Mutual labels:  intellij, jetbrains
Idea Php Generics Plugin
Support generics types in PhpStorm via psalm / phpstan docblock
Stars: ✭ 146 (+873.33%)
Mutual labels:  intellij, jetbrains
intellij-autohotkey
AutoHotkey plugin for the Jetbrain's IntelliJ platform
Stars: ✭ 30 (+100%)
Mutual labels:  intellij, jetbrains
Intellij Platform Solarized
Solarized UI and editor themes for IntelliJ IDEA, CLion, Rider, PyCharm, RubyMine, PhpStorm, WebStorm, Android Studio, DataGrip and GoLand
Stars: ✭ 148 (+886.67%)
Mutual labels:  intellij, jetbrains
SideMirror
An Android Studio plugin to mirror your android devices with scrcpy directly from Android Studio.
Stars: ✭ 49 (+226.67%)
Mutual labels:  intellij, jetbrains
Multihighlight
Jetbrains IDE plugin: highlight identifiers with custom colors 🖌💡
Stars: ✭ 65 (+333.33%)
Mutual labels:  intellij, jetbrains
jetbrains-utility
Remove/Backup – settings & cli for macOS (OS X) – DataGrip, AppCode, CLion, Gogland, IntelliJ, PhpStorm, PyCharm, Rider, RubyMine, WebStorm
Stars: ✭ 62 (+313.33%)
Mutual labels:  intellij, jetbrains
intellij-neos
Support for the Neos CMS in Intellij IDEA / PhpStorm
Stars: ✭ 37 (+146.67%)
Mutual labels:  intellij, jetbrains
Tabnine Intellij
Jetbrains IDEs client for TabNine. Compatible with all IntelliJ-based IDEs. https://plugins.jetbrains.com/plugin/12798-tabnine
Stars: ✭ 140 (+833.33%)
Mutual labels:  intellij, jetbrains
intellij-pokemon-progress
A Pokémon themed progress bar for IntelliJ IDEA.
Stars: ✭ 70 (+366.67%)
Mutual labels:  intellij, jetbrains
Pydantic Pycharm Plugin
PyCharm plugin for pydantic. This plugin provides autocompletion, inspection, type-checking, inserting unfilled argument, and more.
Stars: ✭ 116 (+673.33%)
Mutual labels:  intellij, jetbrains
Intellij Csv Validator
CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
Stars: ✭ 198 (+1220%)
Mutual labels:  intellij, jetbrains
Gradle Changelog Plugin
Plugin for parsing and managing the Changelog in a "keep a changelog" style.
Stars: ✭ 102 (+580%)
Mutual labels:  intellij, jetbrains
XcodeTheme
 Xcode Light & Dark Theme for JetBrains IDEs (IntelliJ IDEA, PyCharm, RubyMine, PhpStorm, WebStorm, etc)
Stars: ✭ 136 (+806.67%)
Mutual labels:  intellij, jetbrains
Jetbrains Helper
Jetbrains helper
Stars: ✭ 33 (+120%)
Mutual labels:  intellij, jetbrains
Intellijpywal
Intellij Pywal integration
Stars: ✭ 51 (+240%)
Mutual labels:  intellij, jetbrains
ReactPropTypes-Plugin
A Jetbrains Plugin for react PropTypes
Stars: ✭ 62 (+313.33%)
Mutual labels:  intellij, jetbrains
JetBrainsRunner
A Krunner Plugin which allows you to open your recent projects
Stars: ✭ 31 (+106.67%)
Mutual labels:  intellij, jetbrains

Git Extender

Actions Status codecov

Git Extender is a plugin for IntelliJ products, which allows updating all local branches of all modules in the current project.

It will update all local branches of all git roots (most usually defined as separate modules) in the current project.

Local branches that will be updated are the branches that exist locally and have been configured to track a remote branch.

It tries to fast-forward commits in remote branches to local branches. If the local branch cannot be merged to the tracked remote using fast-forward only, and the respective setting has been enabled through File->Settings->Other Settings->GitExtender Settings then a simple merge will be attempted. If there are conflict errors, it will be aborted and an error notification will be shown. In this case, the update must be performed manually for the reported branch.

After updating a branch, if there were any file changes, they will be displayed in IntelliJ Version Control tab. Currently, the correct list of file changes (updated, created, removed) will be displayed. However, when performing a diff for files in a branch other than the currently checked out, the diff will most probably be incorrect.

This plugin is available under Apache License, Version 2.0

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].