make header format yaml
This commit is contained in:
@@ -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
|
||||
---
|
||||
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "git hooks"
|
||||
tags: [ "data", "git" ]
|
||||
title: git hooks
|
||||
tags:
|
||||
- data
|
||||
- git
|
||||
---
|
||||
|
||||
Check out the sample hooks:
|
||||
|
||||
Reference in New Issue
Block a user