diff --git a/snippet-template.md b/snippet-template.md index 6d54209fc..19142b530 100644 --- a/snippet-template.md +++ b/snippet-template.md @@ -1,7 +1,7 @@ --- title: Snippet name tags: branch -expertise: intermediate +cover: blog_images/image.jpg firstSeen: 2021-06-13T05:00:00-04:00 --- diff --git a/snippets/add-submodule.md b/snippets/add-submodule.md index f9cbd8b7b..fcb6acc7f 100644 --- a/snippets/add-submodule.md +++ b/snippets/add-submodule.md @@ -1,7 +1,6 @@ --- title: Add a submodule tags: repository,submodule -expertise: advanced author: chalarangelo cover: blog_images/rocky-mountains.jpg firstSeen: 2021-04-08T20:05:15+03:00 diff --git a/snippets/apply-latest-stash.md b/snippets/apply-latest-stash.md index 5f7fa0541..24ab1104f 100644 --- a/snippets/apply-latest-stash.md +++ b/snippets/apply-latest-stash.md @@ -1,7 +1,6 @@ --- title: Apply the latest stash tags: repository,stash -expertise: intermediate author: chalarangelo cover: blog_images/palm-tree-house.jpg firstSeen: 2021-04-13T19:36:57+03:00 diff --git a/snippets/apply-stash.md b/snippets/apply-stash.md index 64ee056a0..0e3c8e348 100644 --- a/snippets/apply-stash.md +++ b/snippets/apply-stash.md @@ -1,7 +1,6 @@ --- title: Apply a stash tags: repository,stash -expertise: intermediate author: chalarangelo cover: blog_images/obelisk.jpg firstSeen: 2021-04-13T19:36:57+03:00 diff --git a/snippets/autocorrect.md b/snippets/autocorrect.md index 4e783cbc0..b90fd78fb 100644 --- a/snippets/autocorrect.md +++ b/snippets/autocorrect.md @@ -1,7 +1,6 @@ --- title: Autocorrect git commands tags: configuration -expertise: intermediate author: chalarangelo cover: blog_images/purple-flower-bunch.jpg firstSeen: 2021-04-06T20:58:33+03:00 diff --git a/snippets/automatic-find-commit-with-bug.md b/snippets/automatic-find-commit-with-bug.md index 5facf4920..e8ac8424b 100644 --- a/snippets/automatic-find-commit-with-bug.md +++ b/snippets/automatic-find-commit-with-bug.md @@ -1,7 +1,6 @@ --- title: Automatically find the commit that introduced a bug tags: commit,branch -expertise: advanced author: chalarangelo cover: blog_images/pink-flower-tree.jpg firstSeen: 2021-04-13T20:00:22+03:00 diff --git a/snippets/automatic-push-upstream.md b/snippets/automatic-push-upstream.md index bb676073e..7db6b76b7 100644 --- a/snippets/automatic-push-upstream.md +++ b/snippets/automatic-push-upstream.md @@ -1,7 +1,6 @@ --- title: Automate upstream branch creation tags: configuration,repository -expertise: intermediate author: chalarangelo cover: blog_images/violin.jpg firstSeen: 2022-10-19T05:00:00-04:00 diff --git a/snippets/branches-containing-commit.md b/snippets/branches-containing-commit.md index d345860d1..aeedfc7fa 100644 --- a/snippets/branches-containing-commit.md +++ b/snippets/branches-containing-commit.md @@ -1,7 +1,6 @@ --- title: Find branches containing a commit tags: branch,commit -expertise: intermediate author: maciv cover: blog_images/dark-leaves.jpg firstSeen: 2021-04-05T09:47:59+03:00 diff --git a/snippets/branches-not-containing-commit.md b/snippets/branches-not-containing-commit.md index 507e5a6e6..0823263e4 100644 --- a/snippets/branches-not-containing-commit.md +++ b/snippets/branches-not-containing-commit.md @@ -1,7 +1,6 @@ --- title: Find branches not containing a commit tags: branch,commit -expertise: intermediate author: maciv cover: blog_images/blue-sunrise.jpg firstSeen: 2021-04-05T09:47:59+03:00 diff --git a/snippets/change-remote-url.md b/snippets/change-remote-url.md index 532d7a381..d4fdcd9b5 100644 --- a/snippets/change-remote-url.md +++ b/snippets/change-remote-url.md @@ -1,7 +1,6 @@ --- title: Change the remote URL tags: repository -expertise: intermediate author: chalarangelo cover: blog_images/rocky-lake.jpg firstSeen: 2021-04-08T19:42:57+03:00 diff --git a/snippets/clone-missing-submodules.md b/snippets/clone-missing-submodules.md index 1811240dc..77f149dde 100644 --- a/snippets/clone-missing-submodules.md +++ b/snippets/clone-missing-submodules.md @@ -1,7 +1,6 @@ --- title: Clone missing submodules tags: repository,submodule -expertise: advanced author: chalarangelo cover: blog_images/forest-balcony.jpg firstSeen: 2021-04-08T20:05:15+03:00 diff --git a/snippets/clone-repo.md b/snippets/clone-repo.md index f81bb77e7..e07325ec8 100644 --- a/snippets/clone-repo.md +++ b/snippets/clone-repo.md @@ -1,7 +1,6 @@ --- title: Clone a repository tags: repository,remote -expertise: beginner author: maciv cover: blog_images/fruit-feast.jpg firstSeen: 2021-04-04T14:04:05+03:00 diff --git a/snippets/commit-amend-author.md b/snippets/commit-amend-author.md index 3f5f0d61d..6196ee0be 100644 --- a/snippets/commit-amend-author.md +++ b/snippets/commit-amend-author.md @@ -1,7 +1,6 @@ --- title: Change the last commit's author tags: commit -expertise: intermediate author: chalarangelo cover: blog_images/symmetry-cloudy-mountain.jpg firstSeen: 2022-05-03T05:00:00-04:00 diff --git a/snippets/commit-set-author.md b/snippets/commit-set-author.md index 3bd117c4a..ed0c59f95 100644 --- a/snippets/commit-set-author.md +++ b/snippets/commit-set-author.md @@ -1,7 +1,6 @@ --- title: Create a commit by a different author tags: commit -expertise: intermediate author: maciv cover: blog_images/new-plant.jpg firstSeen: 2021-04-13T20:07:27+03:00 diff --git a/snippets/commit-template.md b/snippets/commit-template.md index 887bcf137..c12810324 100644 --- a/snippets/commit-template.md +++ b/snippets/commit-template.md @@ -1,7 +1,6 @@ --- title: Add a commit message template tags: repository,configuration -expertise: advanced author: chalarangelo cover: blog_images/river-house-lights.jpg firstSeen: 2021-04-06T21:35:01+03:00 diff --git a/snippets/commit-without-hooks.md b/snippets/commit-without-hooks.md index 67e9d352a..b17d35504 100644 --- a/snippets/commit-without-hooks.md +++ b/snippets/commit-without-hooks.md @@ -1,7 +1,6 @@ --- title: Commit without running git hooks tags: commit -expertise: intermediate author: maciv cover: blog_images/fishermen.jpg firstSeen: 2021-04-04T20:55:26+03:00 diff --git a/snippets/config-user.md b/snippets/config-user.md index eb02b8db5..d766fc187 100644 --- a/snippets/config-user.md +++ b/snippets/config-user.md @@ -1,7 +1,6 @@ --- title: Configure git user information tags: configuration,repository -expertise: beginner author: maciv cover: blog_images/pineapple-at-work.jpg firstSeen: 2021-04-04T21:25:22+03:00 diff --git a/snippets/copy-file-from-branch.md b/snippets/copy-file-from-branch.md index 63164ea66..782740b31 100644 --- a/snippets/copy-file-from-branch.md +++ b/snippets/copy-file-from-branch.md @@ -1,7 +1,6 @@ --- title: Copy a file from another branch tags: branch -expertise: intermediate author: chalarangelo cover: blog_images/sea-view-2.jpg firstSeen: 2021-04-06T20:58:25+03:00 diff --git a/snippets/create-branch.md b/snippets/create-branch.md index 3bc84578e..cce1cb1d4 100644 --- a/snippets/create-branch.md +++ b/snippets/create-branch.md @@ -1,7 +1,6 @@ --- title: Create a new branch tags: branch,remote -expertise: beginner author: maciv cover: blog_images/flower-pond.jpg firstSeen: 2021-04-04T14:09:09+03:00 diff --git a/snippets/create-commit.md b/snippets/create-commit.md index 637a307ee..72bb4fa48 100644 --- a/snippets/create-commit.md +++ b/snippets/create-commit.md @@ -1,7 +1,6 @@ --- title: Create a commit tags: commit -expertise: beginner author: maciv cover: blog_images/baloons-field.jpg firstSeen: 2021-04-04T14:16:38+03:00 diff --git a/snippets/create-empty-commit.md b/snippets/create-empty-commit.md index c0a3a5fdf..d617761f3 100644 --- a/snippets/create-empty-commit.md +++ b/snippets/create-empty-commit.md @@ -1,7 +1,6 @@ --- title: Create an empty commit tags: commit -expertise: beginner author: maciv cover: blog_images/colorful-plastic.jpg firstSeen: 2021-04-04T20:55:26+03:00 diff --git a/snippets/create-fixup-commit.md b/snippets/create-fixup-commit.md index 8968ffe40..d0ef14de4 100644 --- a/snippets/create-fixup-commit.md +++ b/snippets/create-fixup-commit.md @@ -1,7 +1,6 @@ --- title: Create a fixup commit tags: commit -expertise: advanced author: chalarangelo cover: blog_images/tools.jpg firstSeen: 2021-04-08T19:51:24+03:00 diff --git a/snippets/create-repo.md b/snippets/create-repo.md index 6378db57a..5c859b042 100644 --- a/snippets/create-repo.md +++ b/snippets/create-repo.md @@ -1,7 +1,6 @@ --- title: Create a new repository tags: repository -expertise: beginner author: maciv cover: blog_images/violin.jpg firstSeen: 2021-04-04T14:04:05+03:00 diff --git a/snippets/current-branch-name.md b/snippets/current-branch-name.md index d6782f371..2e43ef93d 100644 --- a/snippets/current-branch-name.md +++ b/snippets/current-branch-name.md @@ -1,7 +1,6 @@ --- title: Get the current branch name tags: branch -expertise: beginner author: maciv cover: blog_images/cherry-trees.jpg firstSeen: 2021-04-04T21:50:46+03:00 diff --git a/snippets/delete-branch.md b/snippets/delete-branch.md index 130244c9f..1eaa79f83 100644 --- a/snippets/delete-branch.md +++ b/snippets/delete-branch.md @@ -1,7 +1,6 @@ --- title: Delete a branch tags: repository,branch -expertise: intermediate author: maciv cover: blog_images/volcano-sunset.jpg firstSeen: 2021-04-04T21:50:29+03:00 diff --git a/snippets/delete-detached-branches.md b/snippets/delete-detached-branches.md index e31ec13a1..ad480aef9 100644 --- a/snippets/delete-detached-branches.md +++ b/snippets/delete-detached-branches.md @@ -1,7 +1,6 @@ --- title: Delete detached branches tags: repository,branch -expertise: intermediate author: maciv cover: blog_images/brown-bird.jpg firstSeen: 2021-04-08T19:42:01+03:00 diff --git a/snippets/delete-merged-branches.md b/snippets/delete-merged-branches.md index 63a440984..ea6fd9ba4 100644 --- a/snippets/delete-merged-branches.md +++ b/snippets/delete-merged-branches.md @@ -1,7 +1,6 @@ --- title: Delete merged branches tags: repository,branch -expertise: advanced author: maciv cover: blog_images/duck-plants.jpg firstSeen: 2021-04-08T19:42:01+03:00 diff --git a/snippets/delete-remote-branch.md b/snippets/delete-remote-branch.md index d7bdc181d..e0f9bdc60 100644 --- a/snippets/delete-remote-branch.md +++ b/snippets/delete-remote-branch.md @@ -1,7 +1,6 @@ --- title: Delete a remote branch tags: repository,branch -expertise: intermediate author: maciv cover: blog_images/waves-from-above.jpg firstSeen: 2021-04-08T19:42:01+03:00 diff --git a/snippets/delete-stash.md b/snippets/delete-stash.md index 3d54f8843..b1c64c3bd 100644 --- a/snippets/delete-stash.md +++ b/snippets/delete-stash.md @@ -1,7 +1,6 @@ --- title: Delete a stash tags: repository,stash -expertise: intermediate author: chalarangelo cover: blog_images/budapest-palace.jpg firstSeen: 2021-04-13T19:36:57+03:00 diff --git a/snippets/delete-stashes.md b/snippets/delete-stashes.md index 19811d654..91a7e9b51 100644 --- a/snippets/delete-stashes.md +++ b/snippets/delete-stashes.md @@ -1,7 +1,6 @@ --- title: Delete all stashes tags: repository,stash -expertise: intermediate author: chalarangelo cover: blog_images/little-tree.jpg firstSeen: 2021-04-13T19:36:57+03:00 diff --git a/snippets/delete-submodule.md b/snippets/delete-submodule.md index 13ed8efa2..3cb590b62 100644 --- a/snippets/delete-submodule.md +++ b/snippets/delete-submodule.md @@ -1,7 +1,6 @@ --- title: Delete a submodule tags: repository,submodule -expertise: advanced author: chalarangelo cover: blog_images/silver-flat-screen.jpg firstSeen: 2021-04-08T20:05:15+03:00 diff --git a/snippets/difference-between-branches.md b/snippets/difference-between-branches.md index 5f2e9e117..430025f80 100644 --- a/snippets/difference-between-branches.md +++ b/snippets/difference-between-branches.md @@ -1,7 +1,6 @@ --- title: View difference between two branches tags: branch -expertise: intermediate author: chalarangelo cover: blog_images/two-doors.jpg firstSeen: 2021-04-08T16:30:44+03:00 diff --git a/snippets/disable-fast-forward.md b/snippets/disable-fast-forward.md index 68c44a61e..cae84f03b 100644 --- a/snippets/disable-fast-forward.md +++ b/snippets/disable-fast-forward.md @@ -1,7 +1,6 @@ --- title: Disable fast forward merging by default tags: configuration,repository -expertise: intermediate author: chalarangelo cover: blog_images/people-on-beach.jpg firstSeen: 2021-07-03T05:00:00-04:00 diff --git a/snippets/discard-uncommitted.md b/snippets/discard-uncommitted.md index 7ebc01c85..860b13faa 100644 --- a/snippets/discard-uncommitted.md +++ b/snippets/discard-uncommitted.md @@ -1,7 +1,6 @@ --- title: Discard uncommitted changes tags: branch -expertise: intermediate author: maciv cover: blog_images/arrays.jpg firstSeen: 2021-04-06T11:11:08+03:00 diff --git a/snippets/discard-untracked.md b/snippets/discard-untracked.md index 04eba0ddf..50ea3e5ca 100644 --- a/snippets/discard-untracked.md +++ b/snippets/discard-untracked.md @@ -1,7 +1,6 @@ --- title: Discard untracked changes tags: branch -expertise: intermediate author: maciv cover: blog_images/cold-mountains.jpg firstSeen: 2021-04-06T11:11:08+03:00 diff --git a/snippets/edit-config.md b/snippets/edit-config.md index 80c230a5c..6ca2a5615 100644 --- a/snippets/edit-config.md +++ b/snippets/edit-config.md @@ -1,7 +1,6 @@ --- title: Edit git configuration file tags: configuration -expertise: beginner author: maciv cover: blog_images/terminal.jpg firstSeen: 2021-04-04T21:25:22+03:00 diff --git a/snippets/fetch-changes.md b/snippets/fetch-changes.md index 259c24067..ec4f7edee 100644 --- a/snippets/fetch-changes.md +++ b/snippets/fetch-changes.md @@ -1,7 +1,6 @@ --- title: Fetch latest changes from remote tags: repository -expertise: beginner author: maciv cover: blog_images/playing-fetch.jpg firstSeen: 2021-04-08T19:43:13+03:00 diff --git a/snippets/find-lost-files.md b/snippets/find-lost-files.md index 9f14b8b62..fd963384f 100644 --- a/snippets/find-lost-files.md +++ b/snippets/find-lost-files.md @@ -1,7 +1,6 @@ --- title: Find lost files tags: repository -expertise: advanced author: chalarangelo cover: blog_images/hard-disk.jpg firstSeen: 2021-04-06T21:35:01+03:00 diff --git a/snippets/force-update-remote-branch.md b/snippets/force-update-remote-branch.md index 746ff0081..431cd2a54 100644 --- a/snippets/force-update-remote-branch.md +++ b/snippets/force-update-remote-branch.md @@ -1,7 +1,6 @@ --- title: Update remote branch after rewriting history tags: branch -expertise: intermediate author: chalarangelo cover: blog_images/compass.jpg firstSeen: 2021-04-06T19:47:19+03:00 diff --git a/snippets/interactive-rebase.md b/snippets/interactive-rebase.md index daa958c99..069d3a773 100644 --- a/snippets/interactive-rebase.md +++ b/snippets/interactive-rebase.md @@ -1,7 +1,6 @@ --- title: Perform an interactive rebase tags: branch -expertise: advanced author: chalarangelo cover: blog_images/tea-laptop-table.jpg firstSeen: 2021-04-08T20:10:35+03:00 diff --git a/snippets/line-endings.md b/snippets/line-endings.md index 2af7afe4d..c5e20bc0d 100644 --- a/snippets/line-endings.md +++ b/snippets/line-endings.md @@ -1,7 +1,6 @@ --- title: Configure line endings tags: repository,configuration -expertise: intermediate author: chalarangelo cover: blog_images/leaves-read.jpg firstSeen: 2021-04-06T21:35:01+03:00 diff --git a/snippets/list-aliases.md b/snippets/list-aliases.md index 7dfbd7e65..bbe0900f9 100644 --- a/snippets/list-aliases.md +++ b/snippets/list-aliases.md @@ -1,7 +1,6 @@ --- title: List all git aliases tags: configuration -expertise: intermediate author: maciv cover: blog_images/book-chair.jpg firstSeen: 2021-04-04T21:25:22+03:00 diff --git a/snippets/list-stashes.md b/snippets/list-stashes.md index 9361e59d1..dab9eee3d 100644 --- a/snippets/list-stashes.md +++ b/snippets/list-stashes.md @@ -1,7 +1,6 @@ --- title: Lists all stashes tags: repository,stash -expertise: intermediate author: chalarangelo cover: blog_images/golden-gate-bridge.jpg firstSeen: 2021-04-13T19:36:57+03:00 diff --git a/snippets/manual-find-commit-with-bug.md b/snippets/manual-find-commit-with-bug.md index 95e884ef0..091c2bb06 100644 --- a/snippets/manual-find-commit-with-bug.md +++ b/snippets/manual-find-commit-with-bug.md @@ -1,7 +1,6 @@ --- title: Manually find the commit that introduced a bug tags: commit,branch -expertise: advanced author: chalarangelo cover: blog_images/blue-computer.jpg firstSeen: 2021-04-13T20:00:22+03:00 diff --git a/snippets/merge-branch-merge-commit.md b/snippets/merge-branch-merge-commit.md index 089aed156..68f00f140 100644 --- a/snippets/merge-branch-merge-commit.md +++ b/snippets/merge-branch-merge-commit.md @@ -1,7 +1,6 @@ --- title: Merge a branch and create a merge commit tags: repository,branch -expertise: intermediate author: maciv cover: blog_images/meteora.jpg firstSeen: 2021-04-04T21:50:11+03:00 diff --git a/snippets/merge-branch.md b/snippets/merge-branch.md index f6e049d09..d2246d1be 100644 --- a/snippets/merge-branch.md +++ b/snippets/merge-branch.md @@ -1,7 +1,6 @@ --- title: Merge a branch tags: repository,branch -expertise: beginner author: maciv cover: blog_images/sparkles.jpg firstSeen: 2021-04-04T21:50:11+03:00 diff --git a/snippets/move-commits-to-branch.md b/snippets/move-commits-to-branch.md index 816d28948..d5d4ece72 100644 --- a/snippets/move-commits-to-branch.md +++ b/snippets/move-commits-to-branch.md @@ -1,7 +1,6 @@ --- title: Move commits from master to a new branch tags: branch,repository -expertise: intermediate author: chalarangelo cover: blog_images/red-succulent.jpg firstSeen: 2021-04-06T21:35:01+03:00 diff --git a/snippets/optimize-repository.md b/snippets/optimize-repository.md index 99071af7d..082efaf9d 100644 --- a/snippets/optimize-repository.md +++ b/snippets/optimize-repository.md @@ -1,7 +1,6 @@ --- title: Optimize the local repository tags: repository -expertise: advanced author: chalarangelo cover: blog_images/automaton.jpg firstSeen: 2021-04-08T19:42:43+03:00 diff --git a/snippets/pick-commits.md b/snippets/pick-commits.md index 66d14ad54..d689b1341 100644 --- a/snippets/pick-commits.md +++ b/snippets/pick-commits.md @@ -1,7 +1,6 @@ --- title: Pick changes from one or more commits tags: commit,branch -expertise: intermediate author: chalarangelo cover: blog_images/sunflowers.jpg firstSeen: 2021-04-08T16:42:37+03:00 diff --git a/snippets/pull-all-submodules.md b/snippets/pull-all-submodules.md index 8513409f4..b69b5d436 100644 --- a/snippets/pull-all-submodules.md +++ b/snippets/pull-all-submodules.md @@ -1,7 +1,6 @@ --- title: Pull all submodules from remote tags: repository,submodule -expertise: advanced author: chalarangelo cover: blog_images/workspace-with-speaker.jpg firstSeen: 2021-04-08T20:05:15+03:00 diff --git a/snippets/pull-changes.md b/snippets/pull-changes.md index 7453ed398..d43684f42 100644 --- a/snippets/pull-changes.md +++ b/snippets/pull-changes.md @@ -1,7 +1,6 @@ --- title: Pull latest changes from remote tags: repository,branch -expertise: beginner author: maciv cover: blog_images/last-light.jpg firstSeen: 2021-04-08T19:42:23+03:00 diff --git a/snippets/purge-file.md b/snippets/purge-file.md index 1702a8b78..79866bf80 100644 --- a/snippets/purge-file.md +++ b/snippets/purge-file.md @@ -1,7 +1,6 @@ --- title: Purge a file from history tags: repository,remote -expertise: advanced author: chalarangelo cover: blog_images/white-flower.jpg firstSeen: 2021-04-13T20:20:57+03:00 diff --git a/snippets/push-changes.md b/snippets/push-changes.md index 990904155..ee3da44c2 100644 --- a/snippets/push-changes.md +++ b/snippets/push-changes.md @@ -1,7 +1,6 @@ --- title: Push local changes to remote tags: repository,branch -expertise: beginner author: maciv cover: blog_images/dark-cloud.jpg firstSeen: 2021-04-08T19:42:23+03:00 diff --git a/snippets/rebase-onto-branch.md b/snippets/rebase-onto-branch.md index d5491036c..7638fcd3b 100644 --- a/snippets/rebase-onto-branch.md +++ b/snippets/rebase-onto-branch.md @@ -1,7 +1,6 @@ --- title: Rebase onto another branch tags: branch -expertise: advanced author: maciv cover: blog_images/sliced-fruits.jpg firstSeen: 2021-04-05T11:19:54+03:00 diff --git a/snippets/remove-file-from-commit.md b/snippets/remove-file-from-commit.md index 22b452fd9..e0fa2d0ee 100644 --- a/snippets/remove-file-from-commit.md +++ b/snippets/remove-file-from-commit.md @@ -1,7 +1,6 @@ --- title: Remove a file from the last commit tags: commit -expertise: intermediate author: maciv cover: blog_images/cancel-typographer.jpg firstSeen: 2021-04-05T11:19:41+03:00 diff --git a/snippets/rename-branch.md b/snippets/rename-branch.md index fd2d0a361..cad16d7aa 100644 --- a/snippets/rename-branch.md +++ b/snippets/rename-branch.md @@ -1,7 +1,6 @@ --- title: Rename a branch tags: branch -expertise: intermediate author: maciv cover: blog_images/bug.jpg firstSeen: 2021-04-05T09:48:16+03:00 diff --git a/snippets/rename-remote-branch.md b/snippets/rename-remote-branch.md index 28dadae4b..5153f7627 100644 --- a/snippets/rename-remote-branch.md +++ b/snippets/rename-remote-branch.md @@ -1,7 +1,6 @@ --- title: Rename remote branch tags: branch -expertise: advanced author: maciv cover: blog_images/horse-sunset.jpg firstSeen: 2021-04-05T09:48:16+03:00 diff --git a/snippets/reset-master.md b/snippets/reset-master.md index 6099b0ea6..20111f3f2 100644 --- a/snippets/reset-master.md +++ b/snippets/reset-master.md @@ -1,7 +1,6 @@ --- title: Reset master to match remote tags: repository,branch -expertise: intermediate author: maciv cover: blog_images/old-consoles.jpg firstSeen: 2021-04-06T16:58:58+03:00 diff --git a/snippets/restore-deleted-file.md b/snippets/restore-deleted-file.md index 2d6fdce8a..ad893a6b1 100644 --- a/snippets/restore-deleted-file.md +++ b/snippets/restore-deleted-file.md @@ -1,7 +1,6 @@ --- title: Restore a deleted file tags: branch -expertise: intermediate author: chalarangelo cover: blog_images/succulent-red-light.jpg firstSeen: 2021-04-06T20:58:25+03:00 diff --git a/snippets/rewind-n-commits.md b/snippets/rewind-n-commits.md index 89d830848..b66440311 100644 --- a/snippets/rewind-n-commits.md +++ b/snippets/rewind-n-commits.md @@ -1,7 +1,6 @@ --- title: Rewind back n commits tags: branch,commit -expertise: intermediate author: maciv cover: blog_images/lake-trees.jpg firstSeen: 2021-04-05T11:19:21+03:00 diff --git a/snippets/rewind-to-commit.md b/snippets/rewind-to-commit.md index b39cd1d81..11b1ba885 100644 --- a/snippets/rewind-to-commit.md +++ b/snippets/rewind-to-commit.md @@ -1,7 +1,6 @@ --- title: Rewind back to a specific commit tags: branch,commit -expertise: intermediate author: maciv cover: blog_images/walking.jpg firstSeen: 2021-04-05T11:19:21+03:00 diff --git a/snippets/save-stash.md b/snippets/save-stash.md index 4dfb6312a..1bd7cb6d2 100644 --- a/snippets/save-stash.md +++ b/snippets/save-stash.md @@ -1,7 +1,6 @@ --- title: Create a stash tags: repository,stash -expertise: intermediate author: chalarangelo cover: blog_images/purple-leaves.jpg firstSeen: 2021-04-13T19:36:57+03:00 diff --git a/snippets/set-default-push-branch.md b/snippets/set-default-push-branch.md index bc0732974..9b80be182 100644 --- a/snippets/set-default-push-branch.md +++ b/snippets/set-default-push-branch.md @@ -1,7 +1,6 @@ --- title: Set default push branch name tags: configuration,branch -expertise: intermediate author: chalarangelo cover: blog_images/pink-flower.jpg firstSeen: 2021-06-30T05:00:00-04:00 diff --git a/snippets/set-text-editor.md b/snippets/set-text-editor.md index 8fd75bb75..ed8d0e98b 100644 --- a/snippets/set-text-editor.md +++ b/snippets/set-text-editor.md @@ -1,7 +1,6 @@ --- title: Configure the git text editor tags: configuration -expertise: intermediate author: maciv cover: blog_images/purple-sunset-beach.jpg firstSeen: 2021-04-04T21:25:22+03:00 diff --git a/snippets/sort-branches-by-date.md b/snippets/sort-branches-by-date.md index 8149d7994..ef834bd57 100644 --- a/snippets/sort-branches-by-date.md +++ b/snippets/sort-branches-by-date.md @@ -1,7 +1,6 @@ --- title: View branches sorted by date tags: repository,branch -expertise: intermediate author: chalarangelo cover: blog_images/sea-view.jpg firstSeen: 2021-04-06T21:35:01+03:00 diff --git a/snippets/stage-files.md b/snippets/stage-files.md index 01d50c16f..36acc8331 100644 --- a/snippets/stage-files.md +++ b/snippets/stage-files.md @@ -1,7 +1,6 @@ --- title: Add files to the staging area tags: commit -expertise: beginner author: maciv cover: blog_images/round-leaves.jpg firstSeen: 2021-04-06T16:39:37+03:00 diff --git a/snippets/switch-to-branch.md b/snippets/switch-to-branch.md index d3c6d8b53..e08999d75 100644 --- a/snippets/switch-to-branch.md +++ b/snippets/switch-to-branch.md @@ -1,7 +1,6 @@ --- title: Switch to a branch tags: branch -expertise: beginner author: maciv cover: blog_images/bridge.jpg firstSeen: 2021-04-04T14:09:09+03:00 diff --git a/snippets/switch-to-last-branch.md b/snippets/switch-to-last-branch.md index 5d07060d5..1ad2df7fd 100644 --- a/snippets/switch-to-last-branch.md +++ b/snippets/switch-to-last-branch.md @@ -1,7 +1,6 @@ --- title: Return to previous branch tags: branch -expertise: beginner author: maciv cover: blog_images/beach-riders.jpg firstSeen: 2021-04-04T14:13:31+03:00 diff --git a/snippets/undo-commit.md b/snippets/undo-commit.md index 375098299..afafa7f76 100644 --- a/snippets/undo-commit.md +++ b/snippets/undo-commit.md @@ -1,7 +1,6 @@ --- title: Undo a commit tags: commit,branch -expertise: intermediate author: maciv cover: blog_images/mask-quiet.jpg firstSeen: 2021-04-06T16:54:22+03:00 diff --git a/snippets/undo-last-commit.md b/snippets/undo-last-commit.md index 31d391a74..b99a22d94 100644 --- a/snippets/undo-last-commit.md +++ b/snippets/undo-last-commit.md @@ -1,7 +1,6 @@ --- title: Undo the last commit tags: commit,branch -expertise: intermediate author: maciv cover: blog_images/racoon.jpg firstSeen: 2021-04-06T16:54:22+03:00 diff --git a/snippets/unstage-files.md b/snippets/unstage-files.md index dac107e6a..a7e3fa0d1 100644 --- a/snippets/unstage-files.md +++ b/snippets/unstage-files.md @@ -1,7 +1,6 @@ --- title: Remove files from the staging area tags: commit -expertise: beginner author: chalarangelo cover: blog_images/coconuts.jpg firstSeen: 2021-04-06T19:38:51+03:00 diff --git a/snippets/update-commit-contents.md b/snippets/update-commit-contents.md index 3421b94bd..4f2bcddc2 100644 --- a/snippets/update-commit-contents.md +++ b/snippets/update-commit-contents.md @@ -1,7 +1,6 @@ --- title: Edit the last commit tags: commit -expertise: intermediate author: maciv cover: blog_images/tram-car.jpg firstSeen: 2021-04-04T14:36:07+03:00 diff --git a/snippets/update-commit-message.md b/snippets/update-commit-message.md index c955e8966..4ad77afd3 100644 --- a/snippets/update-commit-message.md +++ b/snippets/update-commit-message.md @@ -1,7 +1,6 @@ --- title: Change the last commit's message tags: commit -expertise: intermediate author: maciv cover: blog_images/greek-coffee.jpg firstSeen: 2021-04-04T14:36:07+03:00 diff --git a/snippets/view-all-branches.md b/snippets/view-all-branches.md index 5313eef65..4f0ccb447 100644 --- a/snippets/view-all-branches.md +++ b/snippets/view-all-branches.md @@ -1,7 +1,6 @@ --- title: View local branches tags: repository,branch -expertise: beginner author: maciv cover: blog_images/aerial-view-port.jpg firstSeen: 2021-04-04T14:05:57+03:00 diff --git a/snippets/view-changes-summary.md b/snippets/view-changes-summary.md index d7443bc80..3f6f74d3a 100644 --- a/snippets/view-changes-summary.md +++ b/snippets/view-changes-summary.md @@ -1,7 +1,6 @@ --- title: View a summary of changes between two commits tags: repository,branch -expertise: intermediate author: chalarangelo cover: blog_images/taking-photos.jpg firstSeen: 2021-04-06T22:21:04+03:00 diff --git a/snippets/view-commit-graph.md b/snippets/view-commit-graph.md index 2e5330179..49493ef25 100644 --- a/snippets/view-commit-graph.md +++ b/snippets/view-commit-graph.md @@ -1,7 +1,6 @@ --- title: View a visual graph of the repository tags: repository -expertise: intermediate author: maciv cover: blog_images/city-view.jpg firstSeen: 2021-04-06T16:28:49+03:00 diff --git a/snippets/view-commits-by-author.md b/snippets/view-commits-by-author.md index afa0f83f4..d8c057415 100644 --- a/snippets/view-commits-by-author.md +++ b/snippets/view-commits-by-author.md @@ -1,7 +1,6 @@ --- title: View commits by author tags: repository,commit -expertise: intermediate author: maciv cover: blog_images/comic-glasses.jpg firstSeen: 2021-04-06T11:22:55+03:00 diff --git a/snippets/view-commits-by-string.md b/snippets/view-commits-by-string.md index 860246287..d74ee9d9e 100644 --- a/snippets/view-commits-by-string.md +++ b/snippets/view-commits-by-string.md @@ -1,7 +1,6 @@ --- title: View commits that manipulated a specific string tags: commit -expertise: intermediate author: maciv cover: blog_images/bunny-poster.jpg firstSeen: 2021-04-06T16:28:49+03:00 diff --git a/snippets/view-commits-in-date-range.md b/snippets/view-commits-in-date-range.md index c363f15ad..c060e7498 100644 --- a/snippets/view-commits-in-date-range.md +++ b/snippets/view-commits-in-date-range.md @@ -1,7 +1,6 @@ --- title: View commits in a specific date range tags: repository,commit -expertise: intermediate author: maciv cover: blog_images/organizer.jpg firstSeen: 2021-04-06T16:28:49+03:00 diff --git a/snippets/view-commits-summary-no-merges.md b/snippets/view-commits-summary-no-merges.md index 2e44bfbad..f8a2245f9 100644 --- a/snippets/view-commits-summary-no-merges.md +++ b/snippets/view-commits-summary-no-merges.md @@ -1,7 +1,6 @@ --- title: View a short summary of commits without merge commits tags: repository,commit -expertise: intermediate author: maciv cover: blog_images/river-flow.jpg firstSeen: 2021-04-06T11:22:55+03:00 diff --git a/snippets/view-commits-summary.md b/snippets/view-commits-summary.md index 228de174e..e3ebf15f9 100644 --- a/snippets/view-commits-summary.md +++ b/snippets/view-commits-summary.md @@ -1,7 +1,6 @@ --- title: View a short summary of commits tags: repository,commit -expertise: intermediate author: maciv cover: blog_images/highlands.jpg firstSeen: 2021-04-06T11:22:55+03:00 diff --git a/snippets/view-differences.md b/snippets/view-differences.md index d53d98ca9..e560f949d 100644 --- a/snippets/view-differences.md +++ b/snippets/view-differences.md @@ -1,7 +1,6 @@ --- title: View differences in changes tags: commit,branch -expertise: intermediate author: chalarangelo cover: blog_images/plant-candle.jpg firstSeen: 2021-04-08T16:30:44+03:00 diff --git a/snippets/view-last-commit.md b/snippets/view-last-commit.md index 07b8d79cb..ce42f0572 100644 --- a/snippets/view-last-commit.md +++ b/snippets/view-last-commit.md @@ -1,7 +1,6 @@ --- title: View last commit tags: commit -expertise: intermediate author: maciv cover: blog_images/green-plant.jpg firstSeen: 2021-04-06T11:22:55+03:00 diff --git a/snippets/view-merged-branches.md b/snippets/view-merged-branches.md index e5cd4618a..a1950ca95 100644 --- a/snippets/view-merged-branches.md +++ b/snippets/view-merged-branches.md @@ -1,7 +1,6 @@ --- title: View merged branches tags: repository,branch -expertise: intermediate author: maciv cover: blog_images/cobbled-street.jpg firstSeen: 2021-04-08T19:43:13+03:00 diff --git a/snippets/view-remote-url.md b/snippets/view-remote-url.md index d97313e01..ff742628b 100644 --- a/snippets/view-remote-url.md +++ b/snippets/view-remote-url.md @@ -1,7 +1,6 @@ --- title: View the remote URL tags: repository -expertise: intermediate author: chalarangelo cover: blog_images/red-mountain.jpg firstSeen: 2021-04-08T19:42:57+03:00 diff --git a/snippets/view-status.md b/snippets/view-status.md index c42a838ff..a3b096d1a 100644 --- a/snippets/view-status.md +++ b/snippets/view-status.md @@ -1,7 +1,6 @@ --- title: View current status tags: branch -expertise: beginner author: chalarangelo cover: blog_images/periscope.jpg firstSeen: 2021-04-06T20:58:33+03:00 diff --git a/snippets/view-undo-history.md b/snippets/view-undo-history.md index 3bd5e8bf1..3b7593c09 100644 --- a/snippets/view-undo-history.md +++ b/snippets/view-undo-history.md @@ -1,7 +1,6 @@ --- title: View "undo" history tags: repository,branch -expertise: advanced author: maciv cover: blog_images/rock-climbing.jpg firstSeen: 2021-04-06T16:35:56+03:00