Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tips:git [2018/11/07 16:19] – [create branch with current changes] scipio | tips:git [2019/03/13 09:30] (current) – [apache git] scipio | ||
---|---|---|---|
Line 203: | Line 203: | ||
</ | </ | ||
+ | ===== submodule ===== | ||
+ | |||
+ | < | ||
+ | cd < | ||
+ | git checkout master | ||
+ | git branch -u origin/ | ||
+ | cd < | ||
+ | git config -f .gitmodules submodule.< | ||
+ | </ |