diff --git a/snippet-template.md b/snippet-template.md index 19142b530..30b6896b7 100644 --- a/snippet-template.md +++ b/snippet-template.md @@ -1,7 +1,7 @@ --- title: Snippet name tags: branch -cover: blog_images/image.jpg +cover: image firstSeen: 2021-06-13T05:00:00-04:00 --- diff --git a/snippets/add-submodule.md b/snippets/add-submodule.md index fcb6acc7f..a2ec7df0e 100644 --- a/snippets/add-submodule.md +++ b/snippets/add-submodule.md @@ -2,7 +2,7 @@ title: Add a submodule tags: repository,submodule author: chalarangelo -cover: blog_images/rocky-mountains.jpg +cover: rocky-mountains firstSeen: 2021-04-08T20:05:15+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/apply-latest-stash.md b/snippets/apply-latest-stash.md index 24ab1104f..99f4909fe 100644 --- a/snippets/apply-latest-stash.md +++ b/snippets/apply-latest-stash.md @@ -2,7 +2,7 @@ title: Apply the latest stash tags: repository,stash author: chalarangelo -cover: blog_images/palm-tree-house.jpg +cover: palm-tree-house firstSeen: 2021-04-13T19:36:57+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/apply-stash.md b/snippets/apply-stash.md index 0e3c8e348..d86cbd648 100644 --- a/snippets/apply-stash.md +++ b/snippets/apply-stash.md @@ -2,7 +2,7 @@ title: Apply a stash tags: repository,stash author: chalarangelo -cover: blog_images/obelisk.jpg +cover: obelisk firstSeen: 2021-04-13T19:36:57+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/autocorrect.md b/snippets/autocorrect.md index b90fd78fb..f3521fbe7 100644 --- a/snippets/autocorrect.md +++ b/snippets/autocorrect.md @@ -2,7 +2,7 @@ title: Autocorrect git commands tags: configuration author: chalarangelo -cover: blog_images/purple-flower-bunch.jpg +cover: purple-flower-bunch firstSeen: 2021-04-06T20:58:33+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/automatic-find-commit-with-bug.md b/snippets/automatic-find-commit-with-bug.md index e8ac8424b..b033011e8 100644 --- a/snippets/automatic-find-commit-with-bug.md +++ b/snippets/automatic-find-commit-with-bug.md @@ -2,7 +2,7 @@ title: Automatically find the commit that introduced a bug tags: commit,branch author: chalarangelo -cover: blog_images/pink-flower-tree.jpg +cover: pink-flower-tree firstSeen: 2021-04-13T20:00:22+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/automatic-push-upstream.md b/snippets/automatic-push-upstream.md index 7db6b76b7..dc9e9e53b 100644 --- a/snippets/automatic-push-upstream.md +++ b/snippets/automatic-push-upstream.md @@ -2,7 +2,7 @@ title: Automate upstream branch creation tags: configuration,repository author: chalarangelo -cover: blog_images/violin.jpg +cover: violin firstSeen: 2022-10-19T05:00:00-04:00 --- diff --git a/snippets/branches-containing-commit.md b/snippets/branches-containing-commit.md index aeedfc7fa..d3f5b7bab 100644 --- a/snippets/branches-containing-commit.md +++ b/snippets/branches-containing-commit.md @@ -1,8 +1,7 @@ --- title: Find branches containing a commit tags: branch,commit -author: maciv -cover: blog_images/dark-leaves.jpg +cover: dark-leaves firstSeen: 2021-04-05T09:47:59+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/branches-not-containing-commit.md b/snippets/branches-not-containing-commit.md index 0823263e4..b3a7c41f1 100644 --- a/snippets/branches-not-containing-commit.md +++ b/snippets/branches-not-containing-commit.md @@ -1,8 +1,7 @@ --- title: Find branches not containing a commit tags: branch,commit -author: maciv -cover: blog_images/blue-sunrise.jpg +cover: blue-sunrise firstSeen: 2021-04-05T09:47:59+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/change-remote-url.md b/snippets/change-remote-url.md index d4fdcd9b5..e339ca453 100644 --- a/snippets/change-remote-url.md +++ b/snippets/change-remote-url.md @@ -2,7 +2,7 @@ title: Change the remote URL tags: repository author: chalarangelo -cover: blog_images/rocky-lake.jpg +cover: rocky-lake firstSeen: 2021-04-08T19:42:57+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/clone-missing-submodules.md b/snippets/clone-missing-submodules.md index 77f149dde..f52bc220c 100644 --- a/snippets/clone-missing-submodules.md +++ b/snippets/clone-missing-submodules.md @@ -2,7 +2,7 @@ title: Clone missing submodules tags: repository,submodule author: chalarangelo -cover: blog_images/forest-balcony.jpg +cover: forest-balcony firstSeen: 2021-04-08T20:05:15+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/clone-repo.md b/snippets/clone-repo.md index e07325ec8..1187d02ad 100644 --- a/snippets/clone-repo.md +++ b/snippets/clone-repo.md @@ -1,8 +1,7 @@ --- title: Clone a repository tags: repository,remote -author: maciv -cover: blog_images/fruit-feast.jpg +cover: fruit-feast firstSeen: 2021-04-04T14:04:05+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/commit-amend-author.md b/snippets/commit-amend-author.md index 6196ee0be..b8c26b979 100644 --- a/snippets/commit-amend-author.md +++ b/snippets/commit-amend-author.md @@ -2,7 +2,7 @@ title: Change the last commit's author tags: commit author: chalarangelo -cover: blog_images/symmetry-cloudy-mountain.jpg +cover: symmetry-cloudy-mountain firstSeen: 2022-05-03T05:00:00-04:00 --- diff --git a/snippets/commit-set-author.md b/snippets/commit-set-author.md index ed0c59f95..057867fc5 100644 --- a/snippets/commit-set-author.md +++ b/snippets/commit-set-author.md @@ -1,8 +1,7 @@ --- title: Create a commit by a different author tags: commit -author: maciv -cover: blog_images/new-plant.jpg +cover: new-plant firstSeen: 2021-04-13T20:07:27+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/commit-template.md b/snippets/commit-template.md index c12810324..6a9022ba7 100644 --- a/snippets/commit-template.md +++ b/snippets/commit-template.md @@ -2,7 +2,7 @@ title: Add a commit message template tags: repository,configuration author: chalarangelo -cover: blog_images/river-house-lights.jpg +cover: river-house-lights firstSeen: 2021-04-06T21:35:01+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/commit-without-hooks.md b/snippets/commit-without-hooks.md index b17d35504..db0d5e372 100644 --- a/snippets/commit-without-hooks.md +++ b/snippets/commit-without-hooks.md @@ -1,8 +1,7 @@ --- title: Commit without running git hooks tags: commit -author: maciv -cover: blog_images/fishermen.jpg +cover: fishermen firstSeen: 2021-04-04T20:55:26+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/config-user.md b/snippets/config-user.md index d766fc187..8b2c78dc6 100644 --- a/snippets/config-user.md +++ b/snippets/config-user.md @@ -1,8 +1,7 @@ --- title: Configure git user information tags: configuration,repository -author: maciv -cover: blog_images/pineapple-at-work.jpg +cover: pineapple-at-work firstSeen: 2021-04-04T21:25:22+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/copy-file-from-branch.md b/snippets/copy-file-from-branch.md index 782740b31..965492862 100644 --- a/snippets/copy-file-from-branch.md +++ b/snippets/copy-file-from-branch.md @@ -2,7 +2,7 @@ title: Copy a file from another branch tags: branch author: chalarangelo -cover: blog_images/sea-view-2.jpg +cover: sea-view-2 firstSeen: 2021-04-06T20:58:25+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/create-branch.md b/snippets/create-branch.md index cce1cb1d4..901564ce9 100644 --- a/snippets/create-branch.md +++ b/snippets/create-branch.md @@ -1,8 +1,7 @@ --- title: Create a new branch tags: branch,remote -author: maciv -cover: blog_images/flower-pond.jpg +cover: flower-pond firstSeen: 2021-04-04T14:09:09+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/create-commit.md b/snippets/create-commit.md index 72bb4fa48..48a056fd0 100644 --- a/snippets/create-commit.md +++ b/snippets/create-commit.md @@ -1,8 +1,7 @@ --- title: Create a commit tags: commit -author: maciv -cover: blog_images/baloons-field.jpg +cover: baloons-field firstSeen: 2021-04-04T14:16:38+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/create-empty-commit.md b/snippets/create-empty-commit.md index d617761f3..e6eb93e1c 100644 --- a/snippets/create-empty-commit.md +++ b/snippets/create-empty-commit.md @@ -1,8 +1,7 @@ --- title: Create an empty commit tags: commit -author: maciv -cover: blog_images/colorful-plastic.jpg +cover: colorful-plastic firstSeen: 2021-04-04T20:55:26+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/create-fixup-commit.md b/snippets/create-fixup-commit.md index d0ef14de4..284df3c3e 100644 --- a/snippets/create-fixup-commit.md +++ b/snippets/create-fixup-commit.md @@ -2,7 +2,7 @@ title: Create a fixup commit tags: commit author: chalarangelo -cover: blog_images/tools.jpg +cover: tools firstSeen: 2021-04-08T19:51:24+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/create-repo.md b/snippets/create-repo.md index 5c859b042..9ca5e66f3 100644 --- a/snippets/create-repo.md +++ b/snippets/create-repo.md @@ -1,8 +1,7 @@ --- title: Create a new repository tags: repository -author: maciv -cover: blog_images/violin.jpg +cover: violin firstSeen: 2021-04-04T14:04:05+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/current-branch-name.md b/snippets/current-branch-name.md index 2e43ef93d..1856569cc 100644 --- a/snippets/current-branch-name.md +++ b/snippets/current-branch-name.md @@ -1,8 +1,7 @@ --- title: Get the current branch name tags: branch -author: maciv -cover: blog_images/cherry-trees.jpg +cover: cherry-trees firstSeen: 2021-04-04T21:50:46+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/delete-branch.md b/snippets/delete-branch.md index 1eaa79f83..911692d28 100644 --- a/snippets/delete-branch.md +++ b/snippets/delete-branch.md @@ -1,8 +1,7 @@ --- title: Delete a branch tags: repository,branch -author: maciv -cover: blog_images/volcano-sunset.jpg +cover: volcano-sunset firstSeen: 2021-04-04T21:50:29+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/delete-detached-branches.md b/snippets/delete-detached-branches.md index ad480aef9..1a13d989d 100644 --- a/snippets/delete-detached-branches.md +++ b/snippets/delete-detached-branches.md @@ -1,8 +1,7 @@ --- title: Delete detached branches tags: repository,branch -author: maciv -cover: blog_images/brown-bird.jpg +cover: brown-bird firstSeen: 2021-04-08T19:42:01+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/delete-merged-branches.md b/snippets/delete-merged-branches.md index ea6fd9ba4..bca0c737e 100644 --- a/snippets/delete-merged-branches.md +++ b/snippets/delete-merged-branches.md @@ -1,8 +1,7 @@ --- title: Delete merged branches tags: repository,branch -author: maciv -cover: blog_images/duck-plants.jpg +cover: duck-plants firstSeen: 2021-04-08T19:42:01+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/delete-remote-branch.md b/snippets/delete-remote-branch.md index e0f9bdc60..8dae31f29 100644 --- a/snippets/delete-remote-branch.md +++ b/snippets/delete-remote-branch.md @@ -1,8 +1,7 @@ --- title: Delete a remote branch tags: repository,branch -author: maciv -cover: blog_images/waves-from-above.jpg +cover: waves-from-above firstSeen: 2021-04-08T19:42:01+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/delete-stash.md b/snippets/delete-stash.md index b1c64c3bd..64652e1b8 100644 --- a/snippets/delete-stash.md +++ b/snippets/delete-stash.md @@ -2,7 +2,7 @@ title: Delete a stash tags: repository,stash author: chalarangelo -cover: blog_images/budapest-palace.jpg +cover: budapest-palace firstSeen: 2021-04-13T19:36:57+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/delete-stashes.md b/snippets/delete-stashes.md index 91a7e9b51..53cfb070b 100644 --- a/snippets/delete-stashes.md +++ b/snippets/delete-stashes.md @@ -2,7 +2,7 @@ title: Delete all stashes tags: repository,stash author: chalarangelo -cover: blog_images/little-tree.jpg +cover: little-tree firstSeen: 2021-04-13T19:36:57+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/delete-submodule.md b/snippets/delete-submodule.md index 3cb590b62..387fe1f93 100644 --- a/snippets/delete-submodule.md +++ b/snippets/delete-submodule.md @@ -2,7 +2,7 @@ title: Delete a submodule tags: repository,submodule author: chalarangelo -cover: blog_images/silver-flat-screen.jpg +cover: silver-flat-screen firstSeen: 2021-04-08T20:05:15+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/difference-between-branches.md b/snippets/difference-between-branches.md index 430025f80..ede3fd3f4 100644 --- a/snippets/difference-between-branches.md +++ b/snippets/difference-between-branches.md @@ -2,7 +2,7 @@ title: View difference between two branches tags: branch author: chalarangelo -cover: blog_images/two-doors.jpg +cover: two-doors firstSeen: 2021-04-08T16:30:44+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/disable-fast-forward.md b/snippets/disable-fast-forward.md index cae84f03b..de91e3fa0 100644 --- a/snippets/disable-fast-forward.md +++ b/snippets/disable-fast-forward.md @@ -2,7 +2,7 @@ title: Disable fast forward merging by default tags: configuration,repository author: chalarangelo -cover: blog_images/people-on-beach.jpg +cover: people-on-beach firstSeen: 2021-07-03T05:00:00-04:00 --- diff --git a/snippets/discard-uncommitted.md b/snippets/discard-uncommitted.md index 860b13faa..80260ff5a 100644 --- a/snippets/discard-uncommitted.md +++ b/snippets/discard-uncommitted.md @@ -1,8 +1,7 @@ --- title: Discard uncommitted changes tags: branch -author: maciv -cover: blog_images/arrays.jpg +cover: arrays firstSeen: 2021-04-06T11:11:08+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/discard-untracked.md b/snippets/discard-untracked.md index 50ea3e5ca..e3c2013ef 100644 --- a/snippets/discard-untracked.md +++ b/snippets/discard-untracked.md @@ -1,8 +1,7 @@ --- title: Discard untracked changes tags: branch -author: maciv -cover: blog_images/cold-mountains.jpg +cover: cold-mountains firstSeen: 2021-04-06T11:11:08+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/edit-config.md b/snippets/edit-config.md index 6ca2a5615..68871026c 100644 --- a/snippets/edit-config.md +++ b/snippets/edit-config.md @@ -1,8 +1,7 @@ --- title: Edit git configuration file tags: configuration -author: maciv -cover: blog_images/terminal.jpg +cover: terminal firstSeen: 2021-04-04T21:25:22+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/fetch-changes.md b/snippets/fetch-changes.md index ec4f7edee..4673a1a2f 100644 --- a/snippets/fetch-changes.md +++ b/snippets/fetch-changes.md @@ -1,8 +1,7 @@ --- title: Fetch latest changes from remote tags: repository -author: maciv -cover: blog_images/playing-fetch.jpg +cover: playing-fetch firstSeen: 2021-04-08T19:43:13+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/find-lost-files.md b/snippets/find-lost-files.md index fd963384f..a3bb6d375 100644 --- a/snippets/find-lost-files.md +++ b/snippets/find-lost-files.md @@ -2,7 +2,7 @@ title: Find lost files tags: repository author: chalarangelo -cover: blog_images/hard-disk.jpg +cover: hard-disk firstSeen: 2021-04-06T21:35:01+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/force-update-remote-branch.md b/snippets/force-update-remote-branch.md index 431cd2a54..a9b920149 100644 --- a/snippets/force-update-remote-branch.md +++ b/snippets/force-update-remote-branch.md @@ -2,7 +2,7 @@ title: Update remote branch after rewriting history tags: branch author: chalarangelo -cover: blog_images/compass.jpg +cover: compass firstSeen: 2021-04-06T19:47:19+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/interactive-rebase.md b/snippets/interactive-rebase.md index 069d3a773..54657cc92 100644 --- a/snippets/interactive-rebase.md +++ b/snippets/interactive-rebase.md @@ -2,7 +2,7 @@ title: Perform an interactive rebase tags: branch author: chalarangelo -cover: blog_images/tea-laptop-table.jpg +cover: tea-laptop-table firstSeen: 2021-04-08T20:10:35+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/line-endings.md b/snippets/line-endings.md index c5e20bc0d..28fdb99d1 100644 --- a/snippets/line-endings.md +++ b/snippets/line-endings.md @@ -2,7 +2,7 @@ title: Configure line endings tags: repository,configuration author: chalarangelo -cover: blog_images/leaves-read.jpg +cover: leaves-read firstSeen: 2021-04-06T21:35:01+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/list-aliases.md b/snippets/list-aliases.md index bbe0900f9..8803b022d 100644 --- a/snippets/list-aliases.md +++ b/snippets/list-aliases.md @@ -1,8 +1,7 @@ --- title: List all git aliases tags: configuration -author: maciv -cover: blog_images/book-chair.jpg +cover: book-chair firstSeen: 2021-04-04T21:25:22+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/list-stashes.md b/snippets/list-stashes.md index dab9eee3d..d1ddaae9e 100644 --- a/snippets/list-stashes.md +++ b/snippets/list-stashes.md @@ -2,7 +2,7 @@ title: Lists all stashes tags: repository,stash author: chalarangelo -cover: blog_images/golden-gate-bridge.jpg +cover: golden-gate-bridge firstSeen: 2021-04-13T19:36:57+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/manual-find-commit-with-bug.md b/snippets/manual-find-commit-with-bug.md index 091c2bb06..9dea22c79 100644 --- a/snippets/manual-find-commit-with-bug.md +++ b/snippets/manual-find-commit-with-bug.md @@ -2,7 +2,7 @@ title: Manually find the commit that introduced a bug tags: commit,branch author: chalarangelo -cover: blog_images/blue-computer.jpg +cover: blue-computer firstSeen: 2021-04-13T20:00:22+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/merge-branch-merge-commit.md b/snippets/merge-branch-merge-commit.md index 68f00f140..ae8161a2f 100644 --- a/snippets/merge-branch-merge-commit.md +++ b/snippets/merge-branch-merge-commit.md @@ -1,8 +1,7 @@ --- title: Merge a branch and create a merge commit tags: repository,branch -author: maciv -cover: blog_images/meteora.jpg +cover: meteora firstSeen: 2021-04-04T21:50:11+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/merge-branch.md b/snippets/merge-branch.md index d2246d1be..2d1a84f71 100644 --- a/snippets/merge-branch.md +++ b/snippets/merge-branch.md @@ -1,8 +1,7 @@ --- title: Merge a branch tags: repository,branch -author: maciv -cover: blog_images/sparkles.jpg +cover: sparkles firstSeen: 2021-04-04T21:50:11+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/move-commits-to-branch.md b/snippets/move-commits-to-branch.md index d5d4ece72..0ffb67355 100644 --- a/snippets/move-commits-to-branch.md +++ b/snippets/move-commits-to-branch.md @@ -2,7 +2,7 @@ title: Move commits from master to a new branch tags: branch,repository author: chalarangelo -cover: blog_images/red-succulent.jpg +cover: red-succulent firstSeen: 2021-04-06T21:35:01+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/optimize-repository.md b/snippets/optimize-repository.md index 082efaf9d..312003747 100644 --- a/snippets/optimize-repository.md +++ b/snippets/optimize-repository.md @@ -2,7 +2,7 @@ title: Optimize the local repository tags: repository author: chalarangelo -cover: blog_images/automaton.jpg +cover: automaton firstSeen: 2021-04-08T19:42:43+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/pick-commits.md b/snippets/pick-commits.md index d689b1341..70aeef725 100644 --- a/snippets/pick-commits.md +++ b/snippets/pick-commits.md @@ -2,7 +2,7 @@ title: Pick changes from one or more commits tags: commit,branch author: chalarangelo -cover: blog_images/sunflowers.jpg +cover: sunflowers firstSeen: 2021-04-08T16:42:37+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/pull-all-submodules.md b/snippets/pull-all-submodules.md index b69b5d436..1035e7c51 100644 --- a/snippets/pull-all-submodules.md +++ b/snippets/pull-all-submodules.md @@ -2,7 +2,7 @@ title: Pull all submodules from remote tags: repository,submodule author: chalarangelo -cover: blog_images/workspace-with-speaker.jpg +cover: workspace-with-speaker firstSeen: 2021-04-08T20:05:15+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/pull-changes.md b/snippets/pull-changes.md index d43684f42..6428a952f 100644 --- a/snippets/pull-changes.md +++ b/snippets/pull-changes.md @@ -1,8 +1,7 @@ --- title: Pull latest changes from remote tags: repository,branch -author: maciv -cover: blog_images/last-light.jpg +cover: last-light firstSeen: 2021-04-08T19:42:23+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/purge-file.md b/snippets/purge-file.md index 79866bf80..939e6b56e 100644 --- a/snippets/purge-file.md +++ b/snippets/purge-file.md @@ -2,7 +2,7 @@ title: Purge a file from history tags: repository,remote author: chalarangelo -cover: blog_images/white-flower.jpg +cover: white-flower firstSeen: 2021-04-13T20:20:57+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/push-changes.md b/snippets/push-changes.md index ee3da44c2..dc0165b0d 100644 --- a/snippets/push-changes.md +++ b/snippets/push-changes.md @@ -1,8 +1,7 @@ --- title: Push local changes to remote tags: repository,branch -author: maciv -cover: blog_images/dark-cloud.jpg +cover: dark-cloud firstSeen: 2021-04-08T19:42:23+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/rebase-onto-branch.md b/snippets/rebase-onto-branch.md index 7638fcd3b..6f9f14da6 100644 --- a/snippets/rebase-onto-branch.md +++ b/snippets/rebase-onto-branch.md @@ -1,8 +1,7 @@ --- title: Rebase onto another branch tags: branch -author: maciv -cover: blog_images/sliced-fruits.jpg +cover: sliced-fruits firstSeen: 2021-04-05T11:19:54+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/remove-file-from-commit.md b/snippets/remove-file-from-commit.md index e0fa2d0ee..d2c451083 100644 --- a/snippets/remove-file-from-commit.md +++ b/snippets/remove-file-from-commit.md @@ -1,8 +1,7 @@ --- title: Remove a file from the last commit tags: commit -author: maciv -cover: blog_images/cancel-typographer.jpg +cover: cancel-typographer firstSeen: 2021-04-05T11:19:41+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/rename-branch.md b/snippets/rename-branch.md index cad16d7aa..05316b544 100644 --- a/snippets/rename-branch.md +++ b/snippets/rename-branch.md @@ -1,8 +1,7 @@ --- title: Rename a branch tags: branch -author: maciv -cover: blog_images/bug.jpg +cover: bug firstSeen: 2021-04-05T09:48:16+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/rename-remote-branch.md b/snippets/rename-remote-branch.md index 5153f7627..0c56c7b9b 100644 --- a/snippets/rename-remote-branch.md +++ b/snippets/rename-remote-branch.md @@ -1,8 +1,7 @@ --- title: Rename remote branch tags: branch -author: maciv -cover: blog_images/horse-sunset.jpg +cover: horse-sunset firstSeen: 2021-04-05T09:48:16+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/reset-master.md b/snippets/reset-master.md index 20111f3f2..f94cb8002 100644 --- a/snippets/reset-master.md +++ b/snippets/reset-master.md @@ -1,8 +1,7 @@ --- title: Reset master to match remote tags: repository,branch -author: maciv -cover: blog_images/old-consoles.jpg +cover: old-consoles firstSeen: 2021-04-06T16:58:58+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/restore-deleted-file.md b/snippets/restore-deleted-file.md index ad893a6b1..a1fa1c7a2 100644 --- a/snippets/restore-deleted-file.md +++ b/snippets/restore-deleted-file.md @@ -2,7 +2,7 @@ title: Restore a deleted file tags: branch author: chalarangelo -cover: blog_images/succulent-red-light.jpg +cover: succulent-red-light firstSeen: 2021-04-06T20:58:25+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/rewind-n-commits.md b/snippets/rewind-n-commits.md index b66440311..28156e2f4 100644 --- a/snippets/rewind-n-commits.md +++ b/snippets/rewind-n-commits.md @@ -1,8 +1,7 @@ --- title: Rewind back n commits tags: branch,commit -author: maciv -cover: blog_images/lake-trees.jpg +cover: lake-trees firstSeen: 2021-04-05T11:19:21+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/rewind-to-commit.md b/snippets/rewind-to-commit.md index 11b1ba885..1068ded5a 100644 --- a/snippets/rewind-to-commit.md +++ b/snippets/rewind-to-commit.md @@ -1,8 +1,7 @@ --- title: Rewind back to a specific commit tags: branch,commit -author: maciv -cover: blog_images/walking.jpg +cover: walking firstSeen: 2021-04-05T11:19:21+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/save-stash.md b/snippets/save-stash.md index 1bd7cb6d2..f423a3391 100644 --- a/snippets/save-stash.md +++ b/snippets/save-stash.md @@ -2,7 +2,7 @@ title: Create a stash tags: repository,stash author: chalarangelo -cover: blog_images/purple-leaves.jpg +cover: purple-leaves firstSeen: 2021-04-13T19:36:57+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/set-default-push-branch.md b/snippets/set-default-push-branch.md index 9b80be182..731179b4a 100644 --- a/snippets/set-default-push-branch.md +++ b/snippets/set-default-push-branch.md @@ -2,7 +2,7 @@ title: Set default push branch name tags: configuration,branch author: chalarangelo -cover: blog_images/pink-flower.jpg +cover: pink-flower firstSeen: 2021-06-30T05:00:00-04:00 --- diff --git a/snippets/set-text-editor.md b/snippets/set-text-editor.md index ed8d0e98b..48f57be1d 100644 --- a/snippets/set-text-editor.md +++ b/snippets/set-text-editor.md @@ -1,8 +1,7 @@ --- title: Configure the git text editor tags: configuration -author: maciv -cover: blog_images/purple-sunset-beach.jpg +cover: purple-sunset-beach firstSeen: 2021-04-04T21:25:22+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/sort-branches-by-date.md b/snippets/sort-branches-by-date.md index ef834bd57..c7b589e14 100644 --- a/snippets/sort-branches-by-date.md +++ b/snippets/sort-branches-by-date.md @@ -2,7 +2,7 @@ title: View branches sorted by date tags: repository,branch author: chalarangelo -cover: blog_images/sea-view.jpg +cover: sea-view firstSeen: 2021-04-06T21:35:01+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/stage-files.md b/snippets/stage-files.md index 36acc8331..fbfa5c35e 100644 --- a/snippets/stage-files.md +++ b/snippets/stage-files.md @@ -1,8 +1,7 @@ --- title: Add files to the staging area tags: commit -author: maciv -cover: blog_images/round-leaves.jpg +cover: round-leaves firstSeen: 2021-04-06T16:39:37+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/switch-to-branch.md b/snippets/switch-to-branch.md index e08999d75..2ff0dc269 100644 --- a/snippets/switch-to-branch.md +++ b/snippets/switch-to-branch.md @@ -1,8 +1,7 @@ --- title: Switch to a branch tags: branch -author: maciv -cover: blog_images/bridge.jpg +cover: bridge firstSeen: 2021-04-04T14:09:09+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/switch-to-last-branch.md b/snippets/switch-to-last-branch.md index 1ad2df7fd..992c32338 100644 --- a/snippets/switch-to-last-branch.md +++ b/snippets/switch-to-last-branch.md @@ -1,8 +1,7 @@ --- title: Return to previous branch tags: branch -author: maciv -cover: blog_images/beach-riders.jpg +cover: beach-riders firstSeen: 2021-04-04T14:13:31+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/undo-commit.md b/snippets/undo-commit.md index afafa7f76..9b6574131 100644 --- a/snippets/undo-commit.md +++ b/snippets/undo-commit.md @@ -1,8 +1,7 @@ --- title: Undo a commit tags: commit,branch -author: maciv -cover: blog_images/mask-quiet.jpg +cover: mask-quiet firstSeen: 2021-04-06T16:54:22+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/undo-last-commit.md b/snippets/undo-last-commit.md index b99a22d94..ad563386a 100644 --- a/snippets/undo-last-commit.md +++ b/snippets/undo-last-commit.md @@ -1,8 +1,7 @@ --- title: Undo the last commit tags: commit,branch -author: maciv -cover: blog_images/racoon.jpg +cover: racoon firstSeen: 2021-04-06T16:54:22+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/unstage-files.md b/snippets/unstage-files.md index a7e3fa0d1..eaa551fb3 100644 --- a/snippets/unstage-files.md +++ b/snippets/unstage-files.md @@ -2,7 +2,7 @@ title: Remove files from the staging area tags: commit author: chalarangelo -cover: blog_images/coconuts.jpg +cover: coconuts firstSeen: 2021-04-06T19:38:51+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/update-commit-contents.md b/snippets/update-commit-contents.md index 4f2bcddc2..45902c7fe 100644 --- a/snippets/update-commit-contents.md +++ b/snippets/update-commit-contents.md @@ -1,8 +1,7 @@ --- title: Edit the last commit tags: commit -author: maciv -cover: blog_images/tram-car.jpg +cover: tram-car firstSeen: 2021-04-04T14:36:07+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/update-commit-message.md b/snippets/update-commit-message.md index 4ad77afd3..8416eb4c5 100644 --- a/snippets/update-commit-message.md +++ b/snippets/update-commit-message.md @@ -1,8 +1,7 @@ --- title: Change the last commit's message tags: commit -author: maciv -cover: blog_images/greek-coffee.jpg +cover: greek-coffee firstSeen: 2021-04-04T14:36:07+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-all-branches.md b/snippets/view-all-branches.md index 4f0ccb447..15765ec99 100644 --- a/snippets/view-all-branches.md +++ b/snippets/view-all-branches.md @@ -1,8 +1,7 @@ --- title: View local branches tags: repository,branch -author: maciv -cover: blog_images/aerial-view-port.jpg +cover: aerial-view-port firstSeen: 2021-04-04T14:05:57+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-changes-summary.md b/snippets/view-changes-summary.md index 3f6f74d3a..8e32c6522 100644 --- a/snippets/view-changes-summary.md +++ b/snippets/view-changes-summary.md @@ -2,7 +2,7 @@ title: View a summary of changes between two commits tags: repository,branch author: chalarangelo -cover: blog_images/taking-photos.jpg +cover: taking-photos firstSeen: 2021-04-06T22:21:04+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-commit-graph.md b/snippets/view-commit-graph.md index 49493ef25..8c0ae92cc 100644 --- a/snippets/view-commit-graph.md +++ b/snippets/view-commit-graph.md @@ -1,8 +1,7 @@ --- title: View a visual graph of the repository tags: repository -author: maciv -cover: blog_images/city-view.jpg +cover: city-view firstSeen: 2021-04-06T16:28:49+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-commits-by-author.md b/snippets/view-commits-by-author.md index d8c057415..9c2abf977 100644 --- a/snippets/view-commits-by-author.md +++ b/snippets/view-commits-by-author.md @@ -1,8 +1,7 @@ --- title: View commits by author tags: repository,commit -author: maciv -cover: blog_images/comic-glasses.jpg +cover: comic-glasses firstSeen: 2021-04-06T11:22:55+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-commits-by-string.md b/snippets/view-commits-by-string.md index d74ee9d9e..d8edeb7bc 100644 --- a/snippets/view-commits-by-string.md +++ b/snippets/view-commits-by-string.md @@ -1,8 +1,7 @@ --- title: View commits that manipulated a specific string tags: commit -author: maciv -cover: blog_images/bunny-poster.jpg +cover: bunny-poster firstSeen: 2021-04-06T16:28:49+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-commits-in-date-range.md b/snippets/view-commits-in-date-range.md index c060e7498..4b0a29dca 100644 --- a/snippets/view-commits-in-date-range.md +++ b/snippets/view-commits-in-date-range.md @@ -1,8 +1,7 @@ --- title: View commits in a specific date range tags: repository,commit -author: maciv -cover: blog_images/organizer.jpg +cover: organizer firstSeen: 2021-04-06T16:28:49+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-commits-summary-no-merges.md b/snippets/view-commits-summary-no-merges.md index f8a2245f9..b1ea62b50 100644 --- a/snippets/view-commits-summary-no-merges.md +++ b/snippets/view-commits-summary-no-merges.md @@ -1,8 +1,7 @@ --- title: View a short summary of commits without merge commits tags: repository,commit -author: maciv -cover: blog_images/river-flow.jpg +cover: river-flow firstSeen: 2021-04-06T11:22:55+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-commits-summary.md b/snippets/view-commits-summary.md index e3ebf15f9..7169bcf50 100644 --- a/snippets/view-commits-summary.md +++ b/snippets/view-commits-summary.md @@ -1,8 +1,7 @@ --- title: View a short summary of commits tags: repository,commit -author: maciv -cover: blog_images/highlands.jpg +cover: highlands firstSeen: 2021-04-06T11:22:55+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-differences.md b/snippets/view-differences.md index e560f949d..ddd3cb1ae 100644 --- a/snippets/view-differences.md +++ b/snippets/view-differences.md @@ -2,7 +2,7 @@ title: View differences in changes tags: commit,branch author: chalarangelo -cover: blog_images/plant-candle.jpg +cover: plant-candle firstSeen: 2021-04-08T16:30:44+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-last-commit.md b/snippets/view-last-commit.md index ce42f0572..f83cc18de 100644 --- a/snippets/view-last-commit.md +++ b/snippets/view-last-commit.md @@ -1,8 +1,7 @@ --- title: View last commit tags: commit -author: maciv -cover: blog_images/green-plant.jpg +cover: green-plant firstSeen: 2021-04-06T11:22:55+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-merged-branches.md b/snippets/view-merged-branches.md index a1950ca95..93b8f3b1a 100644 --- a/snippets/view-merged-branches.md +++ b/snippets/view-merged-branches.md @@ -1,8 +1,7 @@ --- title: View merged branches tags: repository,branch -author: maciv -cover: blog_images/cobbled-street.jpg +cover: cobbled-street firstSeen: 2021-04-08T19:43:13+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-remote-url.md b/snippets/view-remote-url.md index ff742628b..cf705badc 100644 --- a/snippets/view-remote-url.md +++ b/snippets/view-remote-url.md @@ -2,7 +2,7 @@ title: View the remote URL tags: repository author: chalarangelo -cover: blog_images/red-mountain.jpg +cover: red-mountain firstSeen: 2021-04-08T19:42:57+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-status.md b/snippets/view-status.md index a3b096d1a..3e00487f7 100644 --- a/snippets/view-status.md +++ b/snippets/view-status.md @@ -2,7 +2,7 @@ title: View current status tags: branch author: chalarangelo -cover: blog_images/periscope.jpg +cover: periscope firstSeen: 2021-04-06T20:58:33+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-undo-history.md b/snippets/view-undo-history.md index 3b7593c09..bbdbcdccf 100644 --- a/snippets/view-undo-history.md +++ b/snippets/view-undo-history.md @@ -1,8 +1,7 @@ --- title: View "undo" history tags: repository,branch -author: maciv -cover: blog_images/rock-climbing.jpg +cover: rock-climbing firstSeen: 2021-04-06T16:35:56+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 ---