Skip to content

Commit a8aaed3

Browse files
Apply style guide to placeholders in "Troubleshooting commits" (#32287)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
1 parent 80cee8a commit a8aaed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ git show 1095ff3d0153115e75b7bca2c09e5136845b5592
2222

2323
However, when you view the commit on {% data variables.location.product_location %}, you'll be able to see it without any problems:
2424

25-
`github.com/$account/$repository/commit/1095ff3d0153115e75b7bca2c09e5136845b5592`
25+
`github.com/ACCOUNT/REPOSITORY/commit/1095ff3d0153115e75b7bca2c09e5136845b5592`
2626

2727
There are several possible explanations:
2828

@@ -63,7 +63,7 @@ the commit. This might be tracking the branch that was force pushed or deleted
6363
and they simply haven't updated yet. To preserve the commit, they can push that
6464
local branch to a new branch (call it `recover-B`) on {% data variables.product.product_name %}. For this example,
6565
let's assume they have a remote named `upstream` via which they have push access
66-
to `github.com/$account/$repository`.
66+
to `github.com/ACCOUNT/REPOSITORY`.
6767

6868
The other person runs:
6969

0 commit comments

Comments
 (0)