Skip to content

Commit 30bf55f

Browse files
authored
Merge pull request #5926 from astraw99/patch-1
Update `git squash` doc
2 parents 75bbce9 + 3c82898 commit 30bf55f

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)