mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 14:32:26 +00:00
Make snippets submodule track master, update it
This should let us update the submodule just by running
git submodule update --remote
rather than having to cd into it, and then pull.
This commit is contained in:
1
.gitmodules
vendored
1
.gitmodules
vendored
@@ -1,6 +1,7 @@
|
|||||||
[submodule "snippets"]
|
[submodule "snippets"]
|
||||||
path = snippets
|
path = snippets
|
||||||
url = https://github.com/AndreaCrotti/yasnippet-snippets.git
|
url = https://github.com/AndreaCrotti/yasnippet-snippets.git
|
||||||
|
branch = master
|
||||||
[submodule "yasmate"]
|
[submodule "yasmate"]
|
||||||
path = yasmate
|
path = yasmate
|
||||||
url = https://github.com/capitaomorte/yasmate.git
|
url = https://github.com/capitaomorte/yasmate.git
|
||||||
|
|||||||
2
snippets
2
snippets
Submodule snippets updated: 250814eef4...86978f377b
Reference in New Issue
Block a user