Skip to content
Snippets Groups Projects
Select Git revision
  • 1aba0e5ad91db1f431e7069c6a8077ab0ce3c46e
  • main default protected
2 results

main.rs

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'