Skip to content

Commit

Permalink
some more base changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Verhoelen committed May 22, 2019
1 parent f44e472 commit acee43c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pull-setup-commits-upwards.sh
Original file line number Diff line number Diff line change
@@ -1,34 +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 08environment-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 08environment-configuration
git pull --no-edit origin 08-environment-configuration
git push

0 comments on commit acee43c

Please sign in to comment.