-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '05-frontend-and-isomorphic-bundles' of github.com:jverh…
…oelen/node-express-typescript-boilerplate into 06-web-security-and-rate-limiting
- Loading branch information
Showing
2 changed files
with
12 additions
and
10 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
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,32 +1,34 @@ | ||
#!/usr/bin/env bash | ||
|
||
git checkout 02-express-middlewares-and-request-handlers | ||
git pull --rebase origin 01-setup | ||
git pull --no-edit origin 01-setup | ||
git push | ||
|
||
git checkout 03-server-application-design | ||
git pull --rebase origin 02-express-middlewares-and-request-handlers | ||
git pull --no-edit origin 02-express-middlewares-and-request-handlers | ||
git push | ||
|
||
git checkout 04-unit-and-integration-tests | ||
git pull --rebase origin 03-server-application-design | ||
git pull --no-edit origin 03-server-application-design | ||
git push | ||
|
||
git checkout 05-frontend-and-isomorphic-bundles | ||
git pull --rebase origin 04-unit-and-integration-tests | ||
git pull --no-edit origin 04-unit-and-integration-tests | ||
git push | ||
|
||
git checkout 06-web-security-and-rate-limiting | ||
git pull --rebase origin 05-frontend-and-isomorphic-bundles | ||
git pull --no-edit origin 05-frontend-and-isomorphic-bundles | ||
git push | ||
|
||
git checkout 07-fflip-feature-toggles | ||
git pull --rebase origin 06-web-security-and-rate-limiting | ||
git pull --no-edit origin 06-web-security-and-rate-limiting | ||
git push | ||
|
||
git checkout 08–environment-configuration | ||
git pull --rebase origin 07-fflip-feature-toggles | ||
git checkout 08-environment-configuration | ||
git pull --no-edit origin 07-fflip-feature-toggles | ||
git push | ||
|
||
git checkout master | ||
git pull --rebase origin 08–environment-configuration | ||
git pull --no-edit origin 08-environment-configuration | ||
git push | ||
|