-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
51 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
[submodule "blueprints/falco_blueprint_basic"] | ||
path = blueprints/falco_blueprint_basic | ||
url = [email protected]:Tobi-De/falco_blueprint_basic.git | ||
[submodule "blueprints/falco_blueprint_basic_bootstrap"] | ||
path = blueprints/falco_blueprint_basic_bootstrap | ||
url = [email protected]:Tobi-De/falco_blueprint_basic_bootstrap.git | ||
[submodule "blueprints/falco_tailwind"] | ||
path = blueprints/falco_tailwind | ||
url = [email protected]:tobi-de/falco_tailwind.git | ||
[submodule "blueprints/tailwind"] | ||
path = blueprints/tailwind | ||
url = [email protected]:tobi-de/falco_tailwind.git | ||
[submodule "blueprints/bootstrap"] | ||
path = blueprints/bootstrap | ||
url = [email protected]:tobi-de/falco_bootstrap.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule falco_blueprint_basic
deleted from
b16c88
Submodule falco_blueprint_basic_bootstrap
deleted from
677f5a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
default := "blueprints/falco_blueprint_basic" | ||
default := "blueprints/falco_tailwind" | ||
|
||
# List all available commands | ||
_default: | ||
|
@@ -59,7 +59,7 @@ set-remote: | |
fi | ||
echo "$(basename $dir)" | ||
cd "$dir" | ||
git remote add upstream "[email protected]:Tobi-De/falco_blueprint_basic.git" | ||
git remote add upstream "[email protected]:Tobi-De/falco_tailwind.git" | ||
cd - | ||
fi | ||
done | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters