make header format yaml

This commit is contained in:
2026-04-20 11:24:45 +02:00
parent 0bd5b53092
commit fb96f1bd78
179 changed files with 810 additions and 403 deletions

View File

@@ -1,7 +1,10 @@
---
title: "Clean up a bloated git repo"
tags: [ "data", "setup" ]
requires: [ "git" ]
title: Clean up a bloated git repo
tags:
- data
- setup
requires:
- git
---

View File

@@ -1,7 +1,10 @@
---
title: "Commit for Another"
tags: [ "data", "git" ]
requires: [ "git" ]
title: Commit for Another
tags:
- data
- git
requires:
- git
---
You can make Alice the author, while you are still the commiter:

View File

@@ -1,7 +1,10 @@
---
title: "git-lfs"
tags: [ "data", "git" ]
requires: [ "git" ]
title: git-lfs
tags:
- data
- git
requires:
- git
---
Git Large File Storage ('LFS') needs to change your `~/.gitconfig` to check out those binary files:

View File

@@ -1,6 +1,9 @@
---
title: "git-secret"
tags: [ "data", "git", "review" ]
title: git-secret
tags:
- data
- git
- review
---
This utility is largely useless, as it can only identify people by their email.

View File

@@ -1,7 +1,10 @@
---
title: "git stash"
tags: [ "data", "git" ]
requires: [ "git" ]
title: git stash
tags:
- data
- git
requires:
- git
---
Save file-changes without committing anything.

View File

@@ -1,6 +1,8 @@
---
title: "git hooks"
tags: [ "data", "git" ]
title: git hooks
tags:
- data
- git
---
Check out the sample hooks: