You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -454,7 +454,7 @@ You can specify a custom commit body. This will be appended to the commit messag
454
454
455
455
The above example would result in a commit message that looks something like this:
456
456
```
457
-
🔄 Synced local '<filename>' with remote '<filename>'
457
+
🔄 synced local '<filename>' with remote '<filename>'
458
458
459
459
Change-type: patch
460
460
```
@@ -476,7 +476,7 @@ You can add more content to the PR body with the `PR_BODY` option. For example:
476
476
It will be added below the first line of the body and above the list of changed files. The above example would result in a PR body that looks something like this:
0 commit comments