Skip to content

Commit 47d6237

Browse files
committed
Fix documentation referencing git amend instead of git commit --amend
i had this alias for a long long time and forgot it wasn't builtin Fixes 1110 Signed-off-by: Chmouel Boudjnah <[email protected]>
1 parent 15d2726 commit 47d6237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/install/github_webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ commit. You can make it quick with this command line snippet (adjust branchname
1919
the branch) :
2020

2121
```console
22-
git amend -a --no-edit && git push --force-with-lease origin branchname
22+
git commit --amend -a --no-edit && git push --force-with-lease origin branchname
2323
```
2424

2525
## Create GitHub Personal Access Token

0 commit comments

Comments
 (0)