knowledge_base:programming:git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
knowledge_base:programming:git [2022/12/02 15:58] – ↷ Page moved from knowledge_base:home_it:git to knowledge_base:programming:git George Wayneknowledge_base:programming:git [2023/05/18 15:45] (current) Normal User
Line 18: Line 18:
  
 https://about.gitlab.com/install/ - git on linux (or follow the git pro book) https://about.gitlab.com/install/ - git on linux (or follow the git pro book)
 +
 +===== Git Recursive Module Resync =====
 +
 +<code>
 +git submodule sync --recursive && git submodule update --init --recursive
 +</code>
 +
  • Last modified: 2022/12/02 15:58
  • by George Wayne