Repository containing the tsrc multi-repository manifest
tsrc init git@github.com:VEuPathDB/tsrc.git --group base
tsrc sync
(this can be run within any project, to update all projects)
tsrc foreach -- git diff master..api-build-44
Or (many options with git diff):
tsrc foreach -- git diff master..api-build-44 --name-status
tsrc foreach -- git diff master..api-build-44 --stat
tsrc foreach -- git merge master --no-commit
tsrc foreach -- git merge master
(if projects are checked out on a branch, this would merge master into branch)
tsrc foreach -- git merge api-build-44
tsrc foreach -- git checkout -b mynewbranch
tsrc foreach -- git tag mytag
tsrc foreach -- git checkout branchname