Skip to content

Commit

Permalink
typo fix (#24820)
Browse files Browse the repository at this point in the history
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
  • Loading branch information
cybernet and myarb authored Apr 19, 2023
1 parent 6ed54fa commit 2502a59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ To illustrate how `git filter-repo` works, we'll show you how to remove your fil
> Compressing objects: 100% (677/677), done.
> Writing objects: 100% (1058/1058), 148.85 KiB, done.
> Total 1058 (delta 590), reused 602 (delta 378)
> To https://{% data variables.command_line.codeblock %}/YOUR-USERNAME.YOUR-REPOSITORY.git
> To https://{% data variables.command_line.codeblock %}/YOUR-USERNAME/YOUR-REPOSITORY.git
> + 48dc599...051452f main -> main (forced update)
```
8. In order to remove the sensitive file from [your tagged releases](/repositories/releasing-projects-on-github/about-releases), you'll also need to force-push against your Git tags:
Expand Down

0 comments on commit 2502a59

Please sign in to comment.