Skip to content

Dependency Submodule Update

jonnenauha edited this page Nov 7, 2011 · 2 revisions
  1. Make new commit(s) in the git deps repo
  2. cd deps/vs2008 (or what is your wanted submodule path)
  3. git fetch origin (fetches the submodule repo)
  4. git checkout <commit_id> or alternatively git rebase origin/branchname
  5. cd ../..
  6. git commit -a -m "deps 2008: update to latest" (you can check that your changes are there with git status)
  7. push

Clone this wiki locally