atom-git-control
atom-git-control copied to clipboard
Not maintained :(
Is this package still being maintained? If not you may wanna search for active maintainers and create an org out of it? @MarcelMue @jacogr
[Enter steps to reproduce:] 1. Right click on js file to open git contol 2. tried to open git control **Atom**: 1.24.1 x64 **Electron**: 1.6.16 **OS**: Microsoft Windows 7 Professional...
This is a fix from split of undefined issue. Used 'repo.workingDirectory' from gitRepository object instead of 'path' for setWorkspaceTitle. 'path' is no longer available in the object.
I've tried almost everthing [Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.26.1 x64 **Electron**: 1.7.11 **OS**: Ubuntu 18.04.1 **Thrown From**: [git-control](https://github.com/jacogr/atom-git-control) package 0.9.0 ### Stack Trace Uncaught TypeError:...
1. Install Git-control package 2. Reload Atom 3. Invoke git-control **Atom**: 1.22.0-beta0 x64 **Electron**: 1.6.9 **OS**: Windows 10 15063.608 **Thrown From**: [git-control](https://github.com/jacogr/atom-git-control) package 0.9.0 ### Stack Trace Uncaught TypeError: Cannot...
Implement cherry-pick feature
See for details: https://github.com/jacogr/atom-git-control/issues/248
I dont know how can load the git-control GUI from Atom GUI, help me please
Uncaught TypeError: Cannot read property 'split' of undefined /home/master/.atom/packages/git-control/lib/git-control-view.coffee:76 Hide Stack Trace TypeError: Cannot read property 'split' of undefined at GitControlView.module.exports.GitControlView.initialize (/home/master/.atom/packages/git-control/lib/git-control-view.coffee:76:50) at GitControlView.View [as constructor] (/home/master/.atom/packages/git-control/node_modules/space-pen/lib/space-pen.js:184:25) at new GitControlView...