* 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
167 B
Bash
Executable file
6 lines
167 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -exuo pipefail
|
|
cd "$(dirname "${BASH_SOURCE[0]}")"/..
|
|
|
|
git remote add -f mach-glfw git@github.com:hexops/mach-glfw || true
|
|
git fetch mach-glfw
|