Skip to content

Commit 44ad653

Browse files
committed
Expand the "gh:" shortcut
1 parent 83df047 commit 44ad653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples-structure.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Since GitHub disallows forking of a repository within the same organization, her
1515

1616
Clone the newly created repository:
1717
----
18-
git clone gh:sc-sq-c-family-examples/linux-cmake
18+
git clone git@github.com:sc-sq-c-family-examples/linux-cmake
1919
cd linux-cmake
2020
----
2121
Add the https://github.com/sc-sq-c-family-examples/code[code repository] as a second remote named `code`:
@@ -37,7 +37,7 @@ This will enable the flow of changes from the https://github.com/sc-sq-c-family-
3737

3838
To make the changes flow further to the https://github.com/sc-sq-c-family-examples/linux-cmake-azure-sc[linux-cmake-azure-sc] repository:
3939
----
40-
git clone gh:sc-sq-c-family-examples/linux-cmake-azure-sc
40+
git clone git@github.com:sc-sq-c-family-examples/linux-cmake-azure-sc
4141
cd linux-cmake-azure-sc
4242
git remote add code git@github.com:sc-sq-c-family-examples/linux-cmake
4343
git pull code main

0 commit comments

Comments
 (0)