Skip to content

Commit 3c82898

Browse files
authored
Update git squash doc
To be consistent with the example code (`squash`) below.
1 parent 1fcbba3 commit 3c82898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/guide/github-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ rebase](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History):
197197
198198
```
199199

200-
3. Use a command line text editor to change the word `pick` to `fixup` for the commits you want to squash, then save your changes and continue the rebase:
200+
3. Use a command line text editor to change the word `pick` to `squash` for the commits you want to squash, then save your changes and continue the rebase:
201201

202202
```
203203
pick 2ebe926 Original commit

0 commit comments

Comments
 (0)