Skip to content

Commit

Permalink
Use govuk-replatform-test-app for drill example as this app is much s…
Browse files Browse the repository at this point in the history
…maller than whitehall

Additionally, changes can be made to it without impacting live service
  • Loading branch information
kentsanggds committed Mar 8, 2024
1 parent 46c8e0a commit 6a75f8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/manual/howto-checkout-and-commit-to-codecommit.html.md
Expand Up @@ -14,16 +14,16 @@ Accessing CodeCommit requires AWS credentials, which you can obtain in the usual

## Quick reference guide

This example demonstrates a simple workflow using the `whitehall` repository in CodeCommit.
This example demonstrates a simple workflow using the `govuk-replatform-test-app` repository in CodeCommit.

> Follow [the installation steps](#install-dependencies-and-set-up-local-environment) first.
```
# Clone the repo.
gds aws govuk-tools-poweruser git clone codecommit::eu-west-2://whitehall
gds aws govuk-tools-poweruser git clone codecommit::eu-west-2://govuk-replatform-test-app
# Create a local branch.
cd whitehall
cd govuk-replatform-test-app
git checkout -b mybranch
# Commit a change locally.
Expand Down Expand Up @@ -79,7 +79,7 @@ You need to have first [set up the GDS command line tools](/manual/get-started.h
For example:

```
gds aws govuk-tools-poweruser git clone codecommit::eu-west-2://whitehall
gds aws govuk-tools-poweruser git clone codecommit::eu-west-2://govuk-replatform-test-app
```

> `git clone` on CodeCommit can sometimes be very slow initially. If `git
Expand Down

0 comments on commit 6a75f8b

Please sign in to comment.