Skip to content

Commit 2e6bf4a

Browse files
authored
Merge pull request #13421 from kenwith/remove-kenwith-references
Replace personal GitHub username with generic placeholder in ADVANCED.md
2 parents 3a6971c + 68f9e9f commit 2e6bf4a

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)