From 89983182f9233a2665cf56c5afe6477be79c2a7f Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 28 Apr 2023 22:15:54 +0300 Subject: [PATCH] Update frontmatter data --- snippets/add-submodule.md | 6 +++--- snippets/apply-latest-stash.md | 6 +++--- snippets/apply-stash.md | 6 +++--- snippets/autocorrect.md | 6 +++--- snippets/automatic-find-commit-with-bug.md | 6 +++--- snippets/automatic-push-upstream.md | 5 +++-- snippets/branches-containing-commit.md | 6 +++--- snippets/branches-not-containing-commit.md | 6 +++--- snippets/change-remote-url.md | 6 +++--- snippets/clone-missing-submodules.md | 6 +++--- snippets/clone-repo.md | 6 +++--- snippets/commit-amend-author.md | 5 +++-- snippets/commit-set-author.md | 6 +++--- snippets/commit-template.md | 6 +++--- snippets/commit-without-hooks.md | 6 +++--- snippets/config-user.md | 6 +++--- snippets/copy-file-from-branch.md | 6 +++--- snippets/create-branch.md | 6 +++--- snippets/create-commit.md | 6 +++--- snippets/create-empty-commit.md | 6 +++--- snippets/create-fixup-commit.md | 6 +++--- snippets/create-repo.md | 6 +++--- snippets/current-branch-name.md | 6 +++--- snippets/delete-branch.md | 6 +++--- snippets/delete-detached-branches.md | 6 +++--- snippets/delete-merged-branches.md | 6 +++--- snippets/delete-remote-branch.md | 6 +++--- snippets/delete-stash.md | 6 +++--- snippets/delete-stashes.md | 6 +++--- snippets/delete-submodule.md | 6 +++--- snippets/difference-between-branches.md | 6 +++--- snippets/disable-fast-forward.md | 5 +++-- snippets/discard-uncommitted.md | 6 +++--- snippets/discard-untracked.md | 6 +++--- snippets/edit-config.md | 6 +++--- snippets/fetch-changes.md | 6 +++--- snippets/find-lost-files.md | 6 +++--- snippets/force-update-remote-branch.md | 6 +++--- snippets/interactive-rebase.md | 6 +++--- snippets/line-endings.md | 6 +++--- snippets/list-aliases.md | 6 +++--- snippets/list-stashes.md | 6 +++--- snippets/manual-find-commit-with-bug.md | 6 +++--- snippets/merge-branch-merge-commit.md | 6 +++--- snippets/merge-branch.md | 6 +++--- snippets/move-commits-to-branch.md | 6 +++--- snippets/optimize-repository.md | 6 +++--- snippets/pick-commits.md | 6 +++--- snippets/pull-all-submodules.md | 6 +++--- snippets/pull-changes.md | 6 +++--- snippets/purge-file.md | 6 +++--- snippets/push-changes.md | 6 +++--- snippets/rebase-onto-branch.md | 6 +++--- snippets/remove-file-from-commit.md | 6 +++--- snippets/rename-branch.md | 6 +++--- snippets/rename-remote-branch.md | 6 +++--- snippets/reset-master.md | 6 +++--- snippets/restore-deleted-file.md | 6 +++--- snippets/rewind-n-commits.md | 6 +++--- snippets/rewind-to-commit.md | 6 +++--- snippets/save-stash.md | 6 +++--- snippets/set-default-push-branch.md | 5 +++-- snippets/set-text-editor.md | 6 +++--- snippets/sort-branches-by-date.md | 6 +++--- snippets/stage-files.md | 6 +++--- snippets/switch-to-branch.md | 6 +++--- snippets/switch-to-last-branch.md | 6 +++--- snippets/undo-commit.md | 6 +++--- snippets/undo-last-commit.md | 6 +++--- snippets/unstage-files.md | 6 +++--- snippets/update-commit-contents.md | 6 +++--- snippets/update-commit-message.md | 6 +++--- snippets/view-all-branches.md | 6 +++--- snippets/view-changes-summary.md | 6 +++--- snippets/view-commit-graph.md | 6 +++--- snippets/view-commits-by-author.md | 6 +++--- snippets/view-commits-by-string.md | 6 +++--- snippets/view-commits-in-date-range.md | 6 +++--- snippets/view-commits-summary-no-merges.md | 6 +++--- snippets/view-commits-summary.md | 6 +++--- snippets/view-differences.md | 6 +++--- snippets/view-last-commit.md | 6 +++--- snippets/view-merged-branches.md | 6 +++--- snippets/view-remote-url.md | 6 +++--- snippets/view-status.md | 6 +++--- snippets/view-undo-history.md | 6 +++--- 86 files changed, 258 insertions(+), 254 deletions(-) diff --git a/snippets/add-submodule.md b/snippets/add-submodule.md index a2ec7df0e..42283f8f9 100644 --- a/snippets/add-submodule.md +++ b/snippets/add-submodule.md @@ -1,10 +1,10 @@ --- title: Add a submodule -tags: repository,submodule +type: snippet +tags: [repository,submodule] author: chalarangelo cover: rocky-mountains -firstSeen: 2021-04-08T20:05:15+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Adds a new submodule to the repository. diff --git a/snippets/apply-latest-stash.md b/snippets/apply-latest-stash.md index 99f4909fe..8aec4eba5 100644 --- a/snippets/apply-latest-stash.md +++ b/snippets/apply-latest-stash.md @@ -1,10 +1,10 @@ --- title: Apply the latest stash -tags: repository,stash +type: snippet +tags: [repository,stash] author: chalarangelo cover: palm-tree-house -firstSeen: 2021-04-13T19:36:57+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Applies the latest stash. diff --git a/snippets/apply-stash.md b/snippets/apply-stash.md index d86cbd648..6c15eb102 100644 --- a/snippets/apply-stash.md +++ b/snippets/apply-stash.md @@ -1,10 +1,10 @@ --- title: Apply a stash -tags: repository,stash +type: snippet +tags: [repository,stash] author: chalarangelo cover: obelisk -firstSeen: 2021-04-13T19:36:57+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Applies a specific stash. diff --git a/snippets/autocorrect.md b/snippets/autocorrect.md index f3521fbe7..16f3ceb94 100644 --- a/snippets/autocorrect.md +++ b/snippets/autocorrect.md @@ -1,10 +1,10 @@ --- title: Autocorrect git commands -tags: configuration +type: snippet +tags: [configuration] author: chalarangelo cover: purple-flower-bunch -firstSeen: 2021-04-06T20:58:33+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Configures git to autocorrect mistyped commands. diff --git a/snippets/automatic-find-commit-with-bug.md b/snippets/automatic-find-commit-with-bug.md index b033011e8..13f4f1794 100644 --- a/snippets/automatic-find-commit-with-bug.md +++ b/snippets/automatic-find-commit-with-bug.md @@ -1,10 +1,10 @@ --- title: Automatically find the commit that introduced a bug -tags: commit,branch +type: snippet +tags: [commit,branch] author: chalarangelo cover: pink-flower-tree -firstSeen: 2021-04-13T20:00:22+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Uses a binary search algorithm and a given script to find which commit in history introduced a bug. diff --git a/snippets/automatic-push-upstream.md b/snippets/automatic-push-upstream.md index dc9e9e53b..e614a2ed2 100644 --- a/snippets/automatic-push-upstream.md +++ b/snippets/automatic-push-upstream.md @@ -1,9 +1,10 @@ --- title: Automate upstream branch creation -tags: configuration,repository +type: snippet +tags: [configuration,repository] author: chalarangelo cover: violin -firstSeen: 2022-10-19T05:00:00-04:00 +dateModified: 2022-10-19T05:00:00-04:00 --- Configures the repository to automatically create upstream branches on push. diff --git a/snippets/branches-containing-commit.md b/snippets/branches-containing-commit.md index d3f5b7bab..1e5238c27 100644 --- a/snippets/branches-containing-commit.md +++ b/snippets/branches-containing-commit.md @@ -1,9 +1,9 @@ --- title: Find branches containing a commit -tags: branch,commit +type: snippet +tags: [branch,commit] cover: dark-leaves -firstSeen: 2021-04-05T09:47:59+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints all the branches containing a specific commit. diff --git a/snippets/branches-not-containing-commit.md b/snippets/branches-not-containing-commit.md index b3a7c41f1..f9091bdf5 100644 --- a/snippets/branches-not-containing-commit.md +++ b/snippets/branches-not-containing-commit.md @@ -1,9 +1,9 @@ --- title: Find branches not containing a commit -tags: branch,commit +type: snippet +tags: [branch,commit] cover: blue-sunrise -firstSeen: 2021-04-05T09:47:59+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints all the branches not containing a specific commit. diff --git a/snippets/change-remote-url.md b/snippets/change-remote-url.md index e339ca453..143aa8a42 100644 --- a/snippets/change-remote-url.md +++ b/snippets/change-remote-url.md @@ -1,10 +1,10 @@ --- title: Change the remote URL -tags: repository +type: snippet +tags: [repository] author: chalarangelo cover: rocky-lake -firstSeen: 2021-04-08T19:42:57+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Changes the URL of the remote repository. diff --git a/snippets/clone-missing-submodules.md b/snippets/clone-missing-submodules.md index f52bc220c..6675150a3 100644 --- a/snippets/clone-missing-submodules.md +++ b/snippets/clone-missing-submodules.md @@ -1,10 +1,10 @@ --- title: Clone missing submodules -tags: repository,submodule +type: snippet +tags: [repository,submodule] author: chalarangelo cover: forest-balcony -firstSeen: 2021-04-08T20:05:15+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Clones missing submodules and checks out commits. diff --git a/snippets/clone-repo.md b/snippets/clone-repo.md index 1187d02ad..a9e3a51e0 100644 --- a/snippets/clone-repo.md +++ b/snippets/clone-repo.md @@ -1,9 +1,9 @@ --- title: Clone a repository -tags: repository,remote +type: snippet +tags: [repository,remote] cover: fruit-feast -firstSeen: 2021-04-04T14:04:05+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Clones an existing repository, creating a local copy of it. diff --git a/snippets/commit-amend-author.md b/snippets/commit-amend-author.md index b8c26b979..b3598886e 100644 --- a/snippets/commit-amend-author.md +++ b/snippets/commit-amend-author.md @@ -1,9 +1,10 @@ --- title: Change the last commit's author -tags: commit +type: snippet +tags: [commit] author: chalarangelo cover: symmetry-cloudy-mountain -firstSeen: 2022-05-03T05:00:00-04:00 +dateModified: 2022-05-03T05:00:00-04:00 --- Updates the last commit's author without changing its contents. diff --git a/snippets/commit-set-author.md b/snippets/commit-set-author.md index 057867fc5..ad38a41da 100644 --- a/snippets/commit-set-author.md +++ b/snippets/commit-set-author.md @@ -1,9 +1,9 @@ --- title: Create a commit by a different author -tags: commit +type: snippet +tags: [commit] cover: new-plant -firstSeen: 2021-04-13T20:07:27+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Creates a new commit by the specified author. diff --git a/snippets/commit-template.md b/snippets/commit-template.md index 6a9022ba7..adf379e2d 100644 --- a/snippets/commit-template.md +++ b/snippets/commit-template.md @@ -1,10 +1,10 @@ --- title: Add a commit message template -tags: repository,configuration +type: snippet +tags: [repository,configuration] author: chalarangelo cover: river-house-lights -firstSeen: 2021-04-06T21:35:01+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Sets up a commit message template for the current repository. diff --git a/snippets/commit-without-hooks.md b/snippets/commit-without-hooks.md index db0d5e372..0057634c1 100644 --- a/snippets/commit-without-hooks.md +++ b/snippets/commit-without-hooks.md @@ -1,9 +1,9 @@ --- title: Commit without running git hooks -tags: commit +type: snippet +tags: [commit] cover: fishermen -firstSeen: 2021-04-04T20:55:26+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Creates a new commit skipping the pre-commit and commit-msg hooks. diff --git a/snippets/config-user.md b/snippets/config-user.md index 8b2c78dc6..30536dbca 100644 --- a/snippets/config-user.md +++ b/snippets/config-user.md @@ -1,9 +1,9 @@ --- title: Configure git user information -tags: configuration,repository +type: snippet +tags: [configuration,repository] cover: pineapple-at-work -firstSeen: 2021-04-04T21:25:22+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Configures user information for git. diff --git a/snippets/copy-file-from-branch.md b/snippets/copy-file-from-branch.md index 965492862..0cd1b47fd 100644 --- a/snippets/copy-file-from-branch.md +++ b/snippets/copy-file-from-branch.md @@ -1,10 +1,10 @@ --- title: Copy a file from another branch -tags: branch +type: snippet +tags: [branch] author: chalarangelo cover: sea-view-2 -firstSeen: 2021-04-06T20:58:25+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Copies a file from another branch to the current branch. diff --git a/snippets/create-branch.md b/snippets/create-branch.md index 901564ce9..6ed5f5d8c 100644 --- a/snippets/create-branch.md +++ b/snippets/create-branch.md @@ -1,9 +1,9 @@ --- title: Create a new branch -tags: branch,remote +type: snippet +tags: [branch,remote] cover: flower-pond -firstSeen: 2021-04-04T14:09:09+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Creates and switches to a new branch, optionally setting up a remote tracking branch. diff --git a/snippets/create-commit.md b/snippets/create-commit.md index 48a056fd0..33e6d67d7 100644 --- a/snippets/create-commit.md +++ b/snippets/create-commit.md @@ -1,9 +1,9 @@ --- title: Create a commit -tags: commit +type: snippet +tags: [commit] cover: baloons-field -firstSeen: 2021-04-04T14:16:38+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Creates a new commit containing the staged changes. diff --git a/snippets/create-empty-commit.md b/snippets/create-empty-commit.md index e6eb93e1c..8fa926fa4 100644 --- a/snippets/create-empty-commit.md +++ b/snippets/create-empty-commit.md @@ -1,9 +1,9 @@ --- title: Create an empty commit -tags: commit +type: snippet +tags: [commit] cover: colorful-plastic -firstSeen: 2021-04-04T20:55:26+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Creates an empty commit. diff --git a/snippets/create-fixup-commit.md b/snippets/create-fixup-commit.md index 284df3c3e..21e5500e8 100644 --- a/snippets/create-fixup-commit.md +++ b/snippets/create-fixup-commit.md @@ -1,10 +1,10 @@ --- title: Create a fixup commit -tags: commit +type: snippet +tags: [commit] author: chalarangelo cover: tools -firstSeen: 2021-04-08T19:51:24+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Creates a fixup commit that can be autosquashed in the next rebase. diff --git a/snippets/create-repo.md b/snippets/create-repo.md index 9ca5e66f3..869b9f959 100644 --- a/snippets/create-repo.md +++ b/snippets/create-repo.md @@ -1,9 +1,9 @@ --- title: Create a new repository -tags: repository +type: snippet +tags: [repository] cover: violin -firstSeen: 2021-04-04T14:04:05+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Initializes a new git repository, setting up all the configuration files needed by git. diff --git a/snippets/current-branch-name.md b/snippets/current-branch-name.md index 1856569cc..82afdfb92 100644 --- a/snippets/current-branch-name.md +++ b/snippets/current-branch-name.md @@ -1,9 +1,9 @@ --- title: Get the current branch name -tags: branch +type: snippet +tags: [branch] cover: cherry-trees -firstSeen: 2021-04-04T21:50:46+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints the current branch name. diff --git a/snippets/delete-branch.md b/snippets/delete-branch.md index 911692d28..23d903985 100644 --- a/snippets/delete-branch.md +++ b/snippets/delete-branch.md @@ -1,9 +1,9 @@ --- title: Delete a branch -tags: repository,branch +type: snippet +tags: [repository,branch] cover: volcano-sunset -firstSeen: 2021-04-04T21:50:29+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Deletes a local branch. diff --git a/snippets/delete-detached-branches.md b/snippets/delete-detached-branches.md index 1a13d989d..4e5201843 100644 --- a/snippets/delete-detached-branches.md +++ b/snippets/delete-detached-branches.md @@ -1,9 +1,9 @@ --- title: Delete detached branches -tags: repository,branch +type: snippet +tags: [repository,branch] cover: brown-bird -firstSeen: 2021-04-08T19:42:01+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Deletes all detached branches. diff --git a/snippets/delete-merged-branches.md b/snippets/delete-merged-branches.md index bca0c737e..4bb5fe495 100644 --- a/snippets/delete-merged-branches.md +++ b/snippets/delete-merged-branches.md @@ -1,9 +1,9 @@ --- title: Delete merged branches -tags: repository,branch +type: snippet +tags: [repository,branch] cover: duck-plants -firstSeen: 2021-04-08T19:42:01+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Deletes all local merged branches. diff --git a/snippets/delete-remote-branch.md b/snippets/delete-remote-branch.md index 8dae31f29..2d0ad2502 100644 --- a/snippets/delete-remote-branch.md +++ b/snippets/delete-remote-branch.md @@ -1,9 +1,9 @@ --- title: Delete a remote branch -tags: repository,branch +type: snippet +tags: [repository,branch] cover: waves-from-above -firstSeen: 2021-04-08T19:42:01+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Deletes a remote branch. diff --git a/snippets/delete-stash.md b/snippets/delete-stash.md index 64652e1b8..1f1cfc044 100644 --- a/snippets/delete-stash.md +++ b/snippets/delete-stash.md @@ -1,10 +1,10 @@ --- title: Delete a stash -tags: repository,stash +type: snippet +tags: [repository,stash] author: chalarangelo cover: budapest-palace -firstSeen: 2021-04-13T19:36:57+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Deletes a specific stash. diff --git a/snippets/delete-stashes.md b/snippets/delete-stashes.md index 53cfb070b..49aa52893 100644 --- a/snippets/delete-stashes.md +++ b/snippets/delete-stashes.md @@ -1,10 +1,10 @@ --- title: Delete all stashes -tags: repository,stash +type: snippet +tags: [repository,stash] author: chalarangelo cover: little-tree -firstSeen: 2021-04-13T19:36:57+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Deletes all stashes. diff --git a/snippets/delete-submodule.md b/snippets/delete-submodule.md index 387fe1f93..ac66fecab 100644 --- a/snippets/delete-submodule.md +++ b/snippets/delete-submodule.md @@ -1,10 +1,10 @@ --- title: Delete a submodule -tags: repository,submodule +type: snippet +tags: [repository,submodule] author: chalarangelo cover: silver-flat-screen -firstSeen: 2021-04-08T20:05:15+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Deletes a submodule from the repository. diff --git a/snippets/difference-between-branches.md b/snippets/difference-between-branches.md index ede3fd3f4..95c9fcdca 100644 --- a/snippets/difference-between-branches.md +++ b/snippets/difference-between-branches.md @@ -1,10 +1,10 @@ --- title: View difference between two branches -tags: branch +type: snippet +tags: [branch] author: chalarangelo cover: two-doors -firstSeen: 2021-04-08T16:30:44+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Displays the difference between two branches. diff --git a/snippets/disable-fast-forward.md b/snippets/disable-fast-forward.md index de91e3fa0..6d5ee715f 100644 --- a/snippets/disable-fast-forward.md +++ b/snippets/disable-fast-forward.md @@ -1,9 +1,10 @@ --- title: Disable fast forward merging by default -tags: configuration,repository +type: snippet +tags: [configuration,repository] author: chalarangelo cover: people-on-beach -firstSeen: 2021-07-03T05:00:00-04:00 +dateModified: 2021-07-03T05:00:00-04:00 --- Disables the default fast forwarding on merge commits. diff --git a/snippets/discard-uncommitted.md b/snippets/discard-uncommitted.md index 80260ff5a..2eb2e7182 100644 --- a/snippets/discard-uncommitted.md +++ b/snippets/discard-uncommitted.md @@ -1,9 +1,9 @@ --- title: Discard uncommitted changes -tags: branch +type: snippet +tags: [branch] cover: arrays -firstSeen: 2021-04-06T11:11:08+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Discards all uncommitted changes to the current branch. diff --git a/snippets/discard-untracked.md b/snippets/discard-untracked.md index e3c2013ef..fe12d0ef1 100644 --- a/snippets/discard-untracked.md +++ b/snippets/discard-untracked.md @@ -1,9 +1,9 @@ --- title: Discard untracked changes -tags: branch +type: snippet +tags: [branch] cover: cold-mountains -firstSeen: 2021-04-06T11:11:08+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Discards all untracked changes to the current branch. diff --git a/snippets/edit-config.md b/snippets/edit-config.md index 68871026c..aad940802 100644 --- a/snippets/edit-config.md +++ b/snippets/edit-config.md @@ -1,9 +1,9 @@ --- title: Edit git configuration file -tags: configuration +type: snippet +tags: [configuration] cover: terminal -firstSeen: 2021-04-04T21:25:22+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Opens the git configuration file in the git text editor. diff --git a/snippets/fetch-changes.md b/snippets/fetch-changes.md index 4673a1a2f..5ea2dd149 100644 --- a/snippets/fetch-changes.md +++ b/snippets/fetch-changes.md @@ -1,9 +1,9 @@ --- title: Fetch latest changes from remote -tags: repository +type: snippet +tags: [repository] cover: playing-fetch -firstSeen: 2021-04-08T19:43:13+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Fetches the latest changes from the remote. diff --git a/snippets/find-lost-files.md b/snippets/find-lost-files.md index a3bb6d375..118834cb2 100644 --- a/snippets/find-lost-files.md +++ b/snippets/find-lost-files.md @@ -1,10 +1,10 @@ --- title: Find lost files -tags: repository +type: snippet +tags: [repository] author: chalarangelo cover: hard-disk -firstSeen: 2021-04-06T21:35:01+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints a list of lost files and commits. diff --git a/snippets/force-update-remote-branch.md b/snippets/force-update-remote-branch.md index a9b920149..b96f1998b 100644 --- a/snippets/force-update-remote-branch.md +++ b/snippets/force-update-remote-branch.md @@ -1,10 +1,10 @@ --- title: Update remote branch after rewriting history -tags: branch +type: snippet +tags: [branch] author: chalarangelo cover: compass -firstSeen: 2021-04-06T19:47:19+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Forces an update of the remote branch after rewriting the history locally. diff --git a/snippets/interactive-rebase.md b/snippets/interactive-rebase.md index 54657cc92..ff11f1f28 100644 --- a/snippets/interactive-rebase.md +++ b/snippets/interactive-rebase.md @@ -1,10 +1,10 @@ --- title: Perform an interactive rebase -tags: branch +type: snippet +tags: [branch] author: chalarangelo cover: tea-laptop-table -firstSeen: 2021-04-08T20:10:35+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Performs an interactive rebase. diff --git a/snippets/line-endings.md b/snippets/line-endings.md index 28fdb99d1..46ee563fc 100644 --- a/snippets/line-endings.md +++ b/snippets/line-endings.md @@ -1,10 +1,10 @@ --- title: Configure line endings -tags: repository,configuration +type: snippet +tags: [repository,configuration] author: chalarangelo cover: leaves-read -firstSeen: 2021-04-06T21:35:01+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Configures the line endings for a repository. diff --git a/snippets/list-aliases.md b/snippets/list-aliases.md index 8803b022d..379b65c87 100644 --- a/snippets/list-aliases.md +++ b/snippets/list-aliases.md @@ -1,9 +1,9 @@ --- title: List all git aliases -tags: configuration +type: snippet +tags: [configuration] cover: book-chair -firstSeen: 2021-04-04T21:25:22+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints a list of all git aliases. diff --git a/snippets/list-stashes.md b/snippets/list-stashes.md index d1ddaae9e..c786382c5 100644 --- a/snippets/list-stashes.md +++ b/snippets/list-stashes.md @@ -1,10 +1,10 @@ --- title: Lists all stashes -tags: repository,stash +type: snippet +tags: [repository,stash] author: chalarangelo cover: golden-gate-bridge -firstSeen: 2021-04-13T19:36:57+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Displays a list of all stashes. diff --git a/snippets/manual-find-commit-with-bug.md b/snippets/manual-find-commit-with-bug.md index 9dea22c79..bb4e319d2 100644 --- a/snippets/manual-find-commit-with-bug.md +++ b/snippets/manual-find-commit-with-bug.md @@ -1,10 +1,10 @@ --- title: Manually find the commit that introduced a bug -tags: commit,branch +type: snippet +tags: [commit,branch] author: chalarangelo cover: blue-computer -firstSeen: 2021-04-13T20:00:22+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Uses a binary search algorithm to manually find which commit in history introduced a bug. diff --git a/snippets/merge-branch-merge-commit.md b/snippets/merge-branch-merge-commit.md index ae8161a2f..cb81c93b1 100644 --- a/snippets/merge-branch-merge-commit.md +++ b/snippets/merge-branch-merge-commit.md @@ -1,9 +1,9 @@ --- title: Merge a branch and create a merge commit -tags: repository,branch +type: snippet +tags: [repository,branch] cover: meteora -firstSeen: 2021-04-04T21:50:11+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Merges a branch into the current branch, creating a merge commit. diff --git a/snippets/merge-branch.md b/snippets/merge-branch.md index 2d1a84f71..2b7505a0d 100644 --- a/snippets/merge-branch.md +++ b/snippets/merge-branch.md @@ -1,9 +1,9 @@ --- title: Merge a branch -tags: repository,branch +type: snippet +tags: [repository,branch] cover: sparkles -firstSeen: 2021-04-04T21:50:11+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Merges a branch into the current branch. diff --git a/snippets/move-commits-to-branch.md b/snippets/move-commits-to-branch.md index 0ffb67355..5ad8cfe33 100644 --- a/snippets/move-commits-to-branch.md +++ b/snippets/move-commits-to-branch.md @@ -1,10 +1,10 @@ --- title: Move commits from master to a new branch -tags: branch,repository +type: snippet +tags: [branch,repository] author: chalarangelo cover: red-succulent -firstSeen: 2021-04-06T21:35:01+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Moves local commits from the `master` branch to a new branch. diff --git a/snippets/optimize-repository.md b/snippets/optimize-repository.md index 312003747..e6fca1fda 100644 --- a/snippets/optimize-repository.md +++ b/snippets/optimize-repository.md @@ -1,10 +1,10 @@ --- title: Optimize the local repository -tags: repository +type: snippet +tags: [repository] author: chalarangelo cover: automaton -firstSeen: 2021-04-08T19:42:43+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Optimizes the local repository. diff --git a/snippets/pick-commits.md b/snippets/pick-commits.md index 70aeef725..f76eb4b75 100644 --- a/snippets/pick-commits.md +++ b/snippets/pick-commits.md @@ -1,10 +1,10 @@ --- title: Pick changes from one or more commits -tags: commit,branch +type: snippet +tags: [commit,branch] author: chalarangelo cover: sunflowers -firstSeen: 2021-04-08T16:42:37+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Applies the changes introduced by one or more commits. diff --git a/snippets/pull-all-submodules.md b/snippets/pull-all-submodules.md index 1035e7c51..e6338b351 100644 --- a/snippets/pull-all-submodules.md +++ b/snippets/pull-all-submodules.md @@ -1,10 +1,10 @@ --- title: Pull all submodules from remote -tags: repository,submodule +type: snippet +tags: [repository,submodule] author: chalarangelo cover: workspace-with-speaker -firstSeen: 2021-04-08T20:05:15+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Pulls all submodules from their respective remotes. diff --git a/snippets/pull-changes.md b/snippets/pull-changes.md index 6428a952f..711888f1f 100644 --- a/snippets/pull-changes.md +++ b/snippets/pull-changes.md @@ -1,9 +1,9 @@ --- title: Pull latest changes from remote -tags: repository,branch +type: snippet +tags: [repository,branch] cover: last-light -firstSeen: 2021-04-08T19:42:23+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Pulls the latest changes from the remote tracking branch. diff --git a/snippets/purge-file.md b/snippets/purge-file.md index 939e6b56e..a390d9fd7 100644 --- a/snippets/purge-file.md +++ b/snippets/purge-file.md @@ -1,10 +1,10 @@ --- title: Purge a file from history -tags: repository,remote +type: snippet +tags: [repository,remote] author: chalarangelo cover: white-flower -firstSeen: 2021-04-13T20:20:57+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Completely purges a file from history. diff --git a/snippets/push-changes.md b/snippets/push-changes.md index dc0165b0d..5d3369274 100644 --- a/snippets/push-changes.md +++ b/snippets/push-changes.md @@ -1,9 +1,9 @@ --- title: Push local changes to remote -tags: repository,branch +type: snippet +tags: [repository,branch] cover: dark-cloud -firstSeen: 2021-04-08T19:42:23+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Pushes the current branch's changes to the remote. diff --git a/snippets/rebase-onto-branch.md b/snippets/rebase-onto-branch.md index 6f9f14da6..71b8872c0 100644 --- a/snippets/rebase-onto-branch.md +++ b/snippets/rebase-onto-branch.md @@ -1,9 +1,9 @@ --- title: Rebase onto another branch -tags: branch +type: snippet +tags: [branch] cover: sliced-fruits -firstSeen: 2021-04-05T11:19:54+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Rebases the current branch onto another branch. diff --git a/snippets/remove-file-from-commit.md b/snippets/remove-file-from-commit.md index d2c451083..687c7d7ed 100644 --- a/snippets/remove-file-from-commit.md +++ b/snippets/remove-file-from-commit.md @@ -1,9 +1,9 @@ --- title: Remove a file from the last commit -tags: commit +type: snippet +tags: [commit] cover: cancel-typographer -firstSeen: 2021-04-05T11:19:41+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Removes a file from the last commit without changing its message. diff --git a/snippets/rename-branch.md b/snippets/rename-branch.md index 05316b544..cb558d606 100644 --- a/snippets/rename-branch.md +++ b/snippets/rename-branch.md @@ -1,9 +1,9 @@ --- title: Rename a branch -tags: branch +type: snippet +tags: [branch] cover: bug -firstSeen: 2021-04-05T09:48:16+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Renames a local branch. diff --git a/snippets/rename-remote-branch.md b/snippets/rename-remote-branch.md index 0c56c7b9b..4175dbe1d 100644 --- a/snippets/rename-remote-branch.md +++ b/snippets/rename-remote-branch.md @@ -1,9 +1,9 @@ --- title: Rename remote branch -tags: branch +type: snippet +tags: [branch] cover: horse-sunset -firstSeen: 2021-04-05T09:48:16+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Renames a branch both locally and on the remote. diff --git a/snippets/reset-master.md b/snippets/reset-master.md index f94cb8002..c15d4025a 100644 --- a/snippets/reset-master.md +++ b/snippets/reset-master.md @@ -1,9 +1,9 @@ --- title: Reset master to match remote -tags: repository,branch +type: snippet +tags: [repository,branch] cover: old-consoles -firstSeen: 2021-04-06T16:58:58+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Resets the local `master` branch to match the one on the remote. diff --git a/snippets/restore-deleted-file.md b/snippets/restore-deleted-file.md index a1fa1c7a2..94729e963 100644 --- a/snippets/restore-deleted-file.md +++ b/snippets/restore-deleted-file.md @@ -1,10 +1,10 @@ --- title: Restore a deleted file -tags: branch +type: snippet +tags: [branch] author: chalarangelo cover: succulent-red-light -firstSeen: 2021-04-06T20:58:25+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Restores a file deleted in a specific commit. diff --git a/snippets/rewind-n-commits.md b/snippets/rewind-n-commits.md index 28156e2f4..5a86761c0 100644 --- a/snippets/rewind-n-commits.md +++ b/snippets/rewind-n-commits.md @@ -1,9 +1,9 @@ --- title: Rewind back n commits -tags: branch,commit +type: snippet +tags: [branch,commit] cover: lake-trees -firstSeen: 2021-04-05T11:19:21+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Rewinds the current branch by a given number of commits. diff --git a/snippets/rewind-to-commit.md b/snippets/rewind-to-commit.md index 1068ded5a..06f038143 100644 --- a/snippets/rewind-to-commit.md +++ b/snippets/rewind-to-commit.md @@ -1,9 +1,9 @@ --- title: Rewind back to a specific commit -tags: branch,commit +type: snippet +tags: [branch,commit] cover: walking -firstSeen: 2021-04-05T11:19:21+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Rewinds the current branch by a given number of commits. diff --git a/snippets/save-stash.md b/snippets/save-stash.md index f423a3391..76bb3f29e 100644 --- a/snippets/save-stash.md +++ b/snippets/save-stash.md @@ -1,10 +1,10 @@ --- title: Create a stash -tags: repository,stash +type: snippet +tags: [repository,stash] author: chalarangelo cover: purple-leaves -firstSeen: 2021-04-13T19:36:57+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Saves the current state of the working directory and index into a new stash. diff --git a/snippets/set-default-push-branch.md b/snippets/set-default-push-branch.md index 731179b4a..345a6703c 100644 --- a/snippets/set-default-push-branch.md +++ b/snippets/set-default-push-branch.md @@ -1,9 +1,10 @@ --- title: Set default push branch name -tags: configuration,branch +type: snippet +tags: [configuration,branch] author: chalarangelo cover: pink-flower -firstSeen: 2021-06-30T05:00:00-04:00 +dateModified: 2021-06-30T05:00:00-04:00 --- Use the name of the current branch when pushing by default as the name of the remote branch. diff --git a/snippets/set-text-editor.md b/snippets/set-text-editor.md index 48f57be1d..d27e5b696 100644 --- a/snippets/set-text-editor.md +++ b/snippets/set-text-editor.md @@ -1,9 +1,9 @@ --- title: Configure the git text editor -tags: configuration +type: snippet +tags: [configuration] cover: purple-sunset-beach -firstSeen: 2021-04-04T21:25:22+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Configures the text editor used by git. diff --git a/snippets/sort-branches-by-date.md b/snippets/sort-branches-by-date.md index c7b589e14..5bef96f28 100644 --- a/snippets/sort-branches-by-date.md +++ b/snippets/sort-branches-by-date.md @@ -1,10 +1,10 @@ --- title: View branches sorted by date -tags: repository,branch +type: snippet +tags: [repository,branch] author: chalarangelo cover: sea-view -firstSeen: 2021-04-06T21:35:01+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints a list of all local branches sorted by date. diff --git a/snippets/stage-files.md b/snippets/stage-files.md index fbfa5c35e..fc55f58bf 100644 --- a/snippets/stage-files.md +++ b/snippets/stage-files.md @@ -1,9 +1,9 @@ --- title: Add files to the staging area -tags: commit +type: snippet +tags: [commit] cover: round-leaves -firstSeen: 2021-04-06T16:39:37+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Adds files to the staging area. diff --git a/snippets/switch-to-branch.md b/snippets/switch-to-branch.md index 2ff0dc269..fec2e949f 100644 --- a/snippets/switch-to-branch.md +++ b/snippets/switch-to-branch.md @@ -1,9 +1,9 @@ --- title: Switch to a branch -tags: branch +type: snippet +tags: [branch] cover: bridge -firstSeen: 2021-04-04T14:09:09+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Switches to an existing branch. diff --git a/snippets/switch-to-last-branch.md b/snippets/switch-to-last-branch.md index 992c32338..554048904 100644 --- a/snippets/switch-to-last-branch.md +++ b/snippets/switch-to-last-branch.md @@ -1,9 +1,9 @@ --- title: Return to previous branch -tags: branch +type: snippet +tags: [branch] cover: beach-riders -firstSeen: 2021-04-04T14:13:31+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Switches back to the last branch. diff --git a/snippets/undo-commit.md b/snippets/undo-commit.md index 9b6574131..fd9a6710d 100644 --- a/snippets/undo-commit.md +++ b/snippets/undo-commit.md @@ -1,9 +1,9 @@ --- title: Undo a commit -tags: commit,branch +type: snippet +tags: [commit,branch] cover: mask-quiet -firstSeen: 2021-04-06T16:54:22+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Undoes a specified commit without rewriting history. diff --git a/snippets/undo-last-commit.md b/snippets/undo-last-commit.md index ad563386a..1c829e833 100644 --- a/snippets/undo-last-commit.md +++ b/snippets/undo-last-commit.md @@ -1,9 +1,9 @@ --- title: Undo the last commit -tags: commit,branch +type: snippet +tags: [commit,branch] cover: racoon -firstSeen: 2021-04-06T16:54:22+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Undoes the last commit without rewriting history. diff --git a/snippets/unstage-files.md b/snippets/unstage-files.md index eaa551fb3..56567ad49 100644 --- a/snippets/unstage-files.md +++ b/snippets/unstage-files.md @@ -1,10 +1,10 @@ --- title: Remove files from the staging area -tags: commit +type: snippet +tags: [commit] author: chalarangelo cover: coconuts -firstSeen: 2021-04-06T19:38:51+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Removes files from the staging area. diff --git a/snippets/update-commit-contents.md b/snippets/update-commit-contents.md index 45902c7fe..c6f4b8697 100644 --- a/snippets/update-commit-contents.md +++ b/snippets/update-commit-contents.md @@ -1,9 +1,9 @@ --- title: Edit the last commit -tags: commit +type: snippet +tags: [commit] cover: tram-car -firstSeen: 2021-04-04T14:36:07+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Updates the last commit's contents without changing its message. diff --git a/snippets/update-commit-message.md b/snippets/update-commit-message.md index 8416eb4c5..42519b533 100644 --- a/snippets/update-commit-message.md +++ b/snippets/update-commit-message.md @@ -1,9 +1,9 @@ --- title: Change the last commit's message -tags: commit +type: snippet +tags: [commit] cover: greek-coffee -firstSeen: 2021-04-04T14:36:07+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Updates the last commit's message without changing its contents. diff --git a/snippets/view-all-branches.md b/snippets/view-all-branches.md index 15765ec99..e4206361f 100644 --- a/snippets/view-all-branches.md +++ b/snippets/view-all-branches.md @@ -1,9 +1,9 @@ --- title: View local branches -tags: repository,branch +type: snippet +tags: [repository,branch] cover: aerial-view-port -firstSeen: 2021-04-04T14:05:57+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints a list of all local branches. diff --git a/snippets/view-changes-summary.md b/snippets/view-changes-summary.md index 8e32c6522..7fecc730f 100644 --- a/snippets/view-changes-summary.md +++ b/snippets/view-changes-summary.md @@ -1,10 +1,10 @@ --- title: View a summary of changes between two commits -tags: repository,branch +type: snippet +tags: [repository,branch] author: chalarangelo cover: taking-photos -firstSeen: 2021-04-06T22:21:04+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints a summary of changes between two given commits. diff --git a/snippets/view-commit-graph.md b/snippets/view-commit-graph.md index 8c0ae92cc..732f21d1d 100644 --- a/snippets/view-commit-graph.md +++ b/snippets/view-commit-graph.md @@ -1,9 +1,9 @@ --- title: View a visual graph of the repository -tags: repository +type: snippet +tags: [repository] cover: city-view -firstSeen: 2021-04-06T16:28:49+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints a visual graph of all commits and branches in the repository. diff --git a/snippets/view-commits-by-author.md b/snippets/view-commits-by-author.md index 9c2abf977..90cd0fc8f 100644 --- a/snippets/view-commits-by-author.md +++ b/snippets/view-commits-by-author.md @@ -1,9 +1,9 @@ --- title: View commits by author -tags: repository,commit +type: snippet +tags: [repository,commit] cover: comic-glasses -firstSeen: 2021-04-06T11:22:55+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints all commits by the specified author. diff --git a/snippets/view-commits-by-string.md b/snippets/view-commits-by-string.md index d8edeb7bc..bebc30b27 100644 --- a/snippets/view-commits-by-string.md +++ b/snippets/view-commits-by-string.md @@ -1,9 +1,9 @@ --- title: View commits that manipulated a specific string -tags: commit +type: snippet +tags: [commit] cover: bunny-poster -firstSeen: 2021-04-06T16:28:49+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints a list of all commits that manipulated a given string. diff --git a/snippets/view-commits-in-date-range.md b/snippets/view-commits-in-date-range.md index 4b0a29dca..dffa5b809 100644 --- a/snippets/view-commits-in-date-range.md +++ b/snippets/view-commits-in-date-range.md @@ -1,9 +1,9 @@ --- title: View commits in a specific date range -tags: repository,commit +type: snippet +tags: [repository,commit] cover: organizer -firstSeen: 2021-04-06T16:28:49+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints all commits in the specified date range. diff --git a/snippets/view-commits-summary-no-merges.md b/snippets/view-commits-summary-no-merges.md index b1ea62b50..1cc550afd 100644 --- a/snippets/view-commits-summary-no-merges.md +++ b/snippets/view-commits-summary-no-merges.md @@ -1,9 +1,9 @@ --- title: View a short summary of commits without merge commits -tags: repository,commit +type: snippet +tags: [repository,commit] cover: river-flow -firstSeen: 2021-04-06T11:22:55+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints a short summary of all commits excluding merge commits. diff --git a/snippets/view-commits-summary.md b/snippets/view-commits-summary.md index 7169bcf50..91f6a5955 100644 --- a/snippets/view-commits-summary.md +++ b/snippets/view-commits-summary.md @@ -1,9 +1,9 @@ --- title: View a short summary of commits -tags: repository,commit +type: snippet +tags: [repository,commit] cover: highlands -firstSeen: 2021-04-06T11:22:55+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints a short summary of all commits. diff --git a/snippets/view-differences.md b/snippets/view-differences.md index ddd3cb1ae..f66800020 100644 --- a/snippets/view-differences.md +++ b/snippets/view-differences.md @@ -1,10 +1,10 @@ --- title: View differences in changes -tags: commit,branch +type: snippet +tags: [commit,branch] author: chalarangelo cover: plant-candle -firstSeen: 2021-04-08T16:30:44+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Displays differences between staged or unstaged changes and the last commit. diff --git a/snippets/view-last-commit.md b/snippets/view-last-commit.md index f83cc18de..4adc9e336 100644 --- a/snippets/view-last-commit.md +++ b/snippets/view-last-commit.md @@ -1,9 +1,9 @@ --- title: View last commit -tags: commit +type: snippet +tags: [commit] cover: green-plant -firstSeen: 2021-04-06T11:22:55+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints the last commit. diff --git a/snippets/view-merged-branches.md b/snippets/view-merged-branches.md index 93b8f3b1a..36ae3ba19 100644 --- a/snippets/view-merged-branches.md +++ b/snippets/view-merged-branches.md @@ -1,9 +1,9 @@ --- title: View merged branches -tags: repository,branch +type: snippet +tags: [repository,branch] cover: cobbled-street -firstSeen: 2021-04-08T19:43:13+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints a list of all merged local branches. diff --git a/snippets/view-remote-url.md b/snippets/view-remote-url.md index cf705badc..dfb16e0e6 100644 --- a/snippets/view-remote-url.md +++ b/snippets/view-remote-url.md @@ -1,10 +1,10 @@ --- title: View the remote URL -tags: repository +type: snippet +tags: [repository] author: chalarangelo cover: red-mountain -firstSeen: 2021-04-08T19:42:57+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Displays the URL of the remote repository. diff --git a/snippets/view-status.md b/snippets/view-status.md index 3e00487f7..b275637cc 100644 --- a/snippets/view-status.md +++ b/snippets/view-status.md @@ -1,10 +1,10 @@ --- title: View current status -tags: branch +type: snippet +tags: [branch] author: chalarangelo cover: periscope -firstSeen: 2021-04-06T20:58:33+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- Prints the current status of the working tree. diff --git a/snippets/view-undo-history.md b/snippets/view-undo-history.md index bbdbcdccf..062fa725e 100644 --- a/snippets/view-undo-history.md +++ b/snippets/view-undo-history.md @@ -1,9 +1,9 @@ --- title: View "undo" history -tags: repository,branch +type: snippet +tags: [repository,branch] cover: rock-climbing -firstSeen: 2021-04-06T16:35:56+03:00 -lastUpdated: 2021-04-13T21:10:59+03:00 +dateModified: 2021-04-13T21:10:59+03:00 --- View git's reference logs. This is especially useful for finding references that don't show up in commit history.