Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monosoul/git-extended-update-index-plugin
IntelliJ IDEA plugin to add the extended support of the git update-index command.
https://github.com/monosoul/git-extended-update-index-plugin
intellij intellij-plugin jetbrains kotlin plugin
Last synced: about 2 months ago
JSON representation
IntelliJ IDEA plugin to add the extended support of the git update-index command.
- Host: GitHub
- URL: https://github.com/monosoul/git-extended-update-index-plugin
- Owner: monosoul
- License: apache-2.0
- Created: 2018-10-05T08:48:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T00:46:13.000Z (about 2 months ago)
- Last Synced: 2024-10-28T04:39:13.337Z (about 2 months ago)
- Topics: intellij, intellij-plugin, jetbrains, kotlin, plugin
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/11217-git-extended-update-index
- Size: 610 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://github.com/monosoul/git-extended-update-index-plugin/actions/workflows/build-on-push.yaml/badge.svg?branch=master)](https://github.com/monosoul/git-extended-update-index-plugin/actions/workflows/build.yaml?query=branch%3Amaster)
[![codecov](https://codecov.io/gh/monosoul/git-extended-update-index-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/monosoul/git-extended-update-index-plugin)
[![JetBrains IntelliJ Plugins](https://img.shields.io/jetbrains/plugin/v/11217)](https://plugins.jetbrains.com/plugin/11217-git-extended-update-index)
[![JetBrains IntelliJ plugins](https://img.shields.io/jetbrains/plugin/d/11217)](https://plugins.jetbrains.com/plugin/11217-git-extended-update-index)
![license](https://img.shields.io/github/license/monosoul/git-extended-update-index-plugin.svg)# Git extended update-index plugin
IntelliJ IDEA plugin to add the extended support of the `git update-index` command.It adds the support for the next subcommands:
- --skip-worktree
- --no-skip-worktree
- --chmod=+x
- --chmod=-x## Screenshots
![New items in the git context menu](screenshots/screenshot_1.png)![New items in the git context menu](screenshots/screenshot_2.png)
![Show Skipped Worktree option](screenshots/screenshot_3.png)
![Show skipped worktree changes view element](screenshots/screenshot_4.png)
## [Release History](https://github.com/monosoul/git-extended-update-index-plugin/releases)
## License
The software is licensed under the [Apache-2.0 License](LICENSE).