feat(ST2.GitPackages): bump up all packages
- Refresh PackageCache with latest versions of everything
This commit is contained in:
@@ -21,10 +21,11 @@ The plugin should be picked up automatically. If not, restart Sublime Text.
|
||||
|
||||
## Configuration
|
||||
|
||||
The defaults should work for most setups, but if you have a different remote name, you can configure it in the `Githubinator.sublime-settings` file:
|
||||
The defaults should work for most setups, but if you have a different remote name or use GitHub Enterprise, you can configure remote and host in the `Githubinator.sublime-settings` file:
|
||||
|
||||
{
|
||||
"default_remote": "origin"
|
||||
"default_remote": "origin",
|
||||
"default_host": "github.com"
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user