Skip to content

Commit

Permalink
Update content/code-security/secret-scanning/working-with-secret-scan…
Browse files Browse the repository at this point in the history
…ning-and-push-protection/working-with-push-protection-from-the-command-line.md
  • Loading branch information
mchammer01 authored Nov 11, 2024
1 parent d33debb commit f44ee6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ You can also remove the secret if the secret appears in an earlier commit in the

1. Save and close the editor to start the interactive rebase.
1. Remove the secret from your code.
1. Stage your changes using `git add .`
1. Add your changes to the staging area using `git add .`
1. Commit your changes using `git commit --amend`.
1. Run `git rebase --continue` to finish the rebase.
1. Push your changes with `git push`.
Expand Down

0 comments on commit f44ee6e

Please sign in to comment.