Commit 0fe676a0 authored by David Lynch's avatar David Lynch

Update Git plugin to use the master branch

Git plugin is now using an ST2/ST3 single-branch approach.
parent 95656f08
...@@ -303,14 +303,11 @@ ...@@ -303,14 +303,11 @@
{ {
"name": "Git", "name": "Git",
"details": "https://github.com/kemayo/sublime-text-git", "details": "https://github.com/kemayo/sublime-text-git",
"labels": ["git", "vcs"],
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "*",
"branch": "master" "branch": "master"
},
{
"sublime_text": ">=3000",
"branch": "python3"
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment