My monorepo for rust learning materials.
-
git hook on client-side
chmod -R +x .githooks git config core.hooksPath .githooks
-
git subtree to include assignment template
git subtree add -P app/simple-redis --squash https://github.com/tyr-rust-bootcamp/02-simple-redis master