Skip to content
Snippets Groups Projects
Select Git revision
  • b56ca831d97007a6f90782f3771eae6203b547ff
  • master default
  • testing
3 results

fetch-upstream-changes.sh

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    fetch-upstream-changes.sh 86 B
    #!/bin/sh
    
    # bring all submodules up to date
    git submodule foreach 'git fetch origin'