* README: move GLFW into sub-repository, describe git subtree usage Signed-off-by: Stephen Gutekanst <stephen@hexops.com> * dev: add subrepo sync scripts Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
6 lines
150 B
Bash
Executable file
6 lines
150 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -exuo pipefail
|
|
cd "$(dirname "${BASH_SOURCE[0]}")"/..
|
|
|
|
./dev/update-subrepos.sh
|
|
git subtree push --prefix glfw mach-glfw main
|