Skip to content

Commit

Permalink
Update git-clone step in gdk-oci workshops (#431)
Browse files Browse the repository at this point in the history
Update git-clone step
  • Loading branch information
LesiaChaban authored Oct 29, 2024
1 parent 2979c83 commit 148c8bf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gdk-oci-adb/02-git-clone/git-clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this lab, you will:
<copy>
git init lab
cd lab
git remote add origin https://github.com/sachin-pikle/gdk-oci-samples.git
git remote add origin https://github.com/oracle-samples/gdk-micronaut-samples.git
git config core.sparsecheckout true
echo "gdk-oci-adb-mvn/*">>.git/info/sparse-checkout
git pull --depth=1 origin main
Expand Down
2 changes: 1 addition & 1 deletion gdk-oci-email/02-git-clone/git-clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this lab, you will:
<copy>
git init lab
cd lab
git remote add origin https://github.com/sachin-pikle/gdk-oci-samples.git
git remote add origin https://github.com/oracle-samples/gdk-micronaut-samples.git
git config core.sparsecheckout true
echo "gdk-oci-email-mvn/*">>.git/info/sparse-checkout
git pull --depth=1 origin main
Expand Down
2 changes: 1 addition & 1 deletion gdk-oci-logging/02-git-clone/git-clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this lab, you will:
<copy>
git init lab
cd lab
git remote add origin https://github.com/sachin-pikle/gdk-oci-samples.git
git remote add origin https://github.com/oracle-samples/gdk-micronaut-samples.git
git config core.sparsecheckout true
echo "gdk-oci-logging-mvn/*">>.git/info/sparse-checkout
git pull --depth=1 origin main
Expand Down
2 changes: 1 addition & 1 deletion gdk-oci-metrics/02-git-clone/git-clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this lab, you will:
<copy>
git init lab
cd lab
git remote add origin https://github.com/sachin-pikle/gdk-oci-samples.git
git remote add origin https://github.com/oracle-samples/gdk-micronaut-samples.git
git config core.sparsecheckout true
echo "gdk-oci-metrics-mvn/*">>.git/info/sparse-checkout
git pull --depth=1 origin main
Expand Down
2 changes: 1 addition & 1 deletion gdk-oci-object-storage/02-git-clone/git-clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this lab, you will:
<copy>
git init lab
cd lab
git remote add origin https://github.com/sachin-pikle/gdk-oci-samples.git
git remote add origin https://github.com/oracle-samples/gdk-micronaut-samples.git
git config core.sparsecheckout true
echo "gdk-oci-object-store-mvn/*">>.git/info/sparse-checkout
git pull --depth=1 origin main
Expand Down
2 changes: 1 addition & 1 deletion gdk-oci-tracing/02-git-clone/git-clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this lab, you will:
<copy>
git init lab
cd lab
git remote add origin https://github.com/sachin-pikle/gdk-oci-samples.git
git remote add origin https://github.com/oracle-samples/gdk-micronaut-samples.git
git config core.sparsecheckout true
echo "gdk-oci-tracing-mvn/*">>.git/info/sparse-checkout
git pull --depth=1 origin main
Expand Down

0 comments on commit 148c8bf

Please sign in to comment.