Performs a git pull on the current directory and all immediate child directories that are git repositories.
$ cd path/to/repo/containing/other/repos/as/well
$ ls | cat
build
file1
repo1
repo2
repo3
repo4
repo5
tmp
$ pull-all
. (master)
Already up to date.
repo1 (branchA)
Already up to date.
repo2 (branchB)
Already up to date.
repo3 (branchC)
Already up to date.
repo4 (branchD)
Already up to date.
repo5 (branchE)
Already up to date.- Install just.
- Install janet.
- Run
just build. - Copy your new binary in
binto a location in your$PATH.
Or just download the latest release.