Skip to content

Commit abf90b1

Browse files
Merge pull request #13423 from MicrosoftDocs/main
[AutoPublish] main to live - 03/01 22:41 PST | 03/02 12:11 IST
2 parents 7f08144 + 2e6bf4a commit abf90b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repo_docs/ADVANCED.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ git clone [URL to your forked repo]
7979
For example,
8080

8181
```DOS
82-
git clone https://github.com/kenwith/office-docs-powershell.git
82+
git clone https://github.com/your-github-username/office-docs-powershell.git
8383
```
8484

85-
Note that in this example my user is **kenwith** so I need to make sure I am cloning the Fork I created and not the upstream original. The user is in the URL for the GitHub repo.
85+
Note that in this example the user is **your-github-username** so you need to make sure you are cloning the Fork you created and not the upstream original. The user is in the URL for the GitHub repo.
8686

8787
Once you have cloned your repository you can use git push and git pull to push and pull your changes up to your repository. It is best to use your own working branch so this will be covered in the next section.
8888

0 commit comments

Comments
 (0)