Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arm4b/jetbrains-git-autocomplete
Provides git autocomplete for Jetbrains IDE command line console
https://github.com/arm4b/jetbrains-git-autocomplete
Last synced: about 1 month ago
JSON representation
Provides git autocomplete for Jetbrains IDE command line console
- Host: GitHub
- URL: https://github.com/arm4b/jetbrains-git-autocomplete
- Owner: arm4b
- License: apache-2.0
- Created: 2015-05-10T18:11:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-10T18:49:10.000Z (over 9 years ago)
- Last Synced: 2024-10-14T07:43:01.928Z (3 months ago)
- Size: 797 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jetbrains IDE git autocomplete
Provides git autocompletion support for command line console in Jetbrains IDEs like [PyCharm](https://www.jetbrains.com/pycharm/), [PhpStorm](https://www.jetbrains.com/phpstorm/), [RubyMine](https://www.jetbrains.com/ruby/)##### 1.) Install plugin: `Command Line Tool Support`
Settings -> Plugins -> Install JetBrains plugin...##### 2.) Configure it for `git`
* Add new configuration: Settings -> Tools -> Command Line Tool Support -> +
* After adding, edit the configuration (click ![Edit definition in editor](http://i.imgur.com/ANqYO2a.gif))
* Paste the contents of [`git.xml`](./git.xml) in opened file. Optionally enhance it for your needs.##### 3.) Run the console: `Ctl+Shift+X`
![Git Autocompletion in PyCharm IDE](http://i.imgur.com/BSBxAV2.gif)