diff --git a/internal/update-nodesource.sh b/internal/update-nodesource.sh new file mode 100755 index 0000000..69f589c --- /dev/null +++ b/internal/update-nodesource.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +# the command used to initialize our subtree +#git subtree add --prefix=nodesource https://github.com/nodesource/distributions.git master --squash + +# the command used to update our subtree +git subtree pull --prefix=nodesource https://github.com/nodesource/distributions.git master --squash +