Skip to content

Commit 5921055

Browse files
authored
Add header for parsing commits section
1 parent dd2a458 commit 5921055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ git branch --merged | lines | where ($it != "* master" and $it != "* main") | ea
1717
# => ───┴───────────────────────────────────────────
1818
```
1919

20-
Parse formatted commit messages (more details in the parsing git log section)
20+
### Parse formatted commit messages (more details in the parsing git log section)
2121

2222
```nu
2323
git log --pretty=%h»¦«%aN»¦«%s»¦«%aD | lines | split column "»¦«" sha1 committer desc merged_at | first 10

0 commit comments

Comments
 (0)