Skip to content

Commit 86175ec

Browse files
committed
feat: Standardize cheatsheets that were missed
1 parent 22966bd commit 86175ec

File tree

36 files changed

+47
-35
lines changed

36 files changed

+47
-35
lines changed

cheatsheets/compare-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Compare text
3+
description: Using command-line tools and applications to compare files
34
---
4-
> Using command-line tools and applications to compare files
55

66
## Shell
77

cheatsheets/git/committing/auto.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Auto commit
1+
---
2+
title: Git auto commit
3+
---
24

35
Shell flow to apply remote changes, run a script to update a versioned file then commit and push changes.
46

cheatsheets/git/committing/diff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Diff
2+
title: Git diff
33
---
44

55
Show file names and line changes. Ignores staged files.

cheatsheets/git/committing/empty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Empty
2+
title: Empty commit
33
---
44

55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
title: Git committing
3+
layout: listing
34
---
4-

cheatsheets/git/committing/status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Status
2+
title: Git status
33
---
44

55
## Flags

cheatsheets/git/remote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Remote
2+
title: Git remote
33
---
44

55
## New repo

cheatsheets/git/restore/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
title: Git restore
3+
layout: listing
34
---
4-

cheatsheets/git/restore/restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Undo
3+
description: Restore a file to a versioned state
34
---
4-
> Restore a file to a versioned state.
55

66

77
Restore a target. Path is required, otherwise nothing will change.

cheatsheets/github/api/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
title: Github API
3+
layout: listing
34
---

0 commit comments

Comments
 (0)