Krzysztof Korościk
Krzysztof Korościk
Also it would be good if `pull` will trigger `svn rebase` for git-svn repos.
Could you provide some documentation/howto about defining this custom commands? For some reason: ``` atom.packages.onDidActivateInitialPackages (p) -> if gitPlus = atom.packages.getActivePackage('git-plus')?.mainModule.provideService() gitPlus.registerCommand 'atom-text-editor', 'akonwi:rebase-from-svn', -> gitPlus.getRepo() # If there are...
Yes, I have checkbox next to 'Custom Commands' in settings checked.
After upgrading to version 7.0.5 it started to work! thanks :)