Skip to content

Commit dd55bc7

Browse files
committed
Added clarification on detached HEAD state
1 parent 11bae8c commit dd55bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/includes/quickstart-java/quickstart-java-linux-maven-pivot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Change directory to the completed project and build from the top level. Then `cd
5252

5353
```azurecli-interactive
5454
cd app-service-java-quickstart
55-
git checkout 20230308
55+
git checkout 20230308 **Note: If you see a message about being in **detached HEAD** state, this message is safe to ignore. Because you will not be making any commits, detached HEAD state is appropriate.**
5656
mvn clean install
5757
cd booty-duke-app-service
5858
```
@@ -88,7 +88,7 @@ Change directory to the completed project and build from the top level. Then `cd
8888
8989
```azurecli-interactive
9090
cd app-service-java-quickstart
91-
git checkout 20230308
91+
git checkout 20230308 **Note: If you see a message about being in **detached HEAD** state, this message is safe to ignore. Because you will not be making any commits, detached HEAD state is appropriate.**
9292
cd petstore-ee7
9393
mvn clean install
9494
```

0 commit comments

Comments
 (0)