Browse Source

Specify branch of core submodule.

This means that after pulling from the main repository, you should
run "git submodule update --remote" to ensure the submodule is fully
up-to-date.
pull/7/head
Franz Liedke 10 years ago
parent
commit
9d34ea0189
  1. 1
      .gitmodules

1
.gitmodules vendored

@ -1,3 +1,4 @@
[submodule "core"]
path = core
url = git@github.com:flarum/core.git
branch = master

Loading…
Cancel
Save