Revision history of "Git Snippet: Submodules"

From Coder Merlin

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 19:55, 14 March 2020Chukwuemeka-tinashe talk contribs 187 bytes +187 Created page with "== Git Submodules == Ensure submodule is pointing to correct branch: <syntaxhighlight lang="bash"> git config -f .gitmodules submodule.<submodule-path>.branch <branch> </synt..."