Skip to content
Snippets Groups Projects
Commit db5462e4 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

make subtree non-default for compile

parent aad452df
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
if [ -z $1 ]; then
if [ ! -z $1 ]; then
git subtree -P config pull ../config master && \
git subtree -P config push ../config core
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment