diff --git a/snippets/add-submodule.md b/snippets/add-submodule.md index 2fa77a5c2..f9cbd8b7b 100644 --- a/snippets/add-submodule.md +++ b/snippets/add-submodule.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/apply-latest-stash.md b/snippets/apply-latest-stash.md index f68702b08..5f7fa0541 100644 --- a/snippets/apply-latest-stash.md +++ b/snippets/apply-latest-stash.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/apply-stash.md b/snippets/apply-stash.md index ba5dd6153..64ee056a0 100644 --- a/snippets/apply-stash.md +++ b/snippets/apply-stash.md @@ -3,6 +3,7 @@ title: Apply a stash tags: repository,stash expertise: intermediate author: chalarangelo +cover: blog_images/obelisk.jpg 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 1e47b58cd..4e783cbc0 100644 --- a/snippets/autocorrect.md +++ b/snippets/autocorrect.md @@ -3,6 +3,7 @@ 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 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 d1e44eb22..5facf4920 100644 --- a/snippets/automatic-find-commit-with-bug.md +++ b/snippets/automatic-find-commit-with-bug.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/branches-containing-commit.md b/snippets/branches-containing-commit.md index 38282c279..d345860d1 100644 --- a/snippets/branches-containing-commit.md +++ b/snippets/branches-containing-commit.md @@ -3,6 +3,7 @@ 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 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 514f1e64b..507e5a6e6 100644 --- a/snippets/branches-not-containing-commit.md +++ b/snippets/branches-not-containing-commit.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/change-remote-url.md b/snippets/change-remote-url.md index 40d82bfca..532d7a381 100644 --- a/snippets/change-remote-url.md +++ b/snippets/change-remote-url.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/clone-missing-submodules.md b/snippets/clone-missing-submodules.md index b797c3984..1811240dc 100644 --- a/snippets/clone-missing-submodules.md +++ b/snippets/clone-missing-submodules.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/clone-repo.md b/snippets/clone-repo.md index 30131bc71..f81bb77e7 100644 --- a/snippets/clone-repo.md +++ b/snippets/clone-repo.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/commit-amend-author.md b/snippets/commit-amend-author.md index f7f6c5813..3f5f0d61d 100644 --- a/snippets/commit-amend-author.md +++ b/snippets/commit-amend-author.md @@ -3,6 +3,7 @@ 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 a29a9e9f9..3bd117c4a 100644 --- a/snippets/commit-set-author.md +++ b/snippets/commit-set-author.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/commit-template.md b/snippets/commit-template.md index d4c6853f6..887bcf137 100644 --- a/snippets/commit-template.md +++ b/snippets/commit-template.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/commit-without-hooks.md b/snippets/commit-without-hooks.md index 9681e4ae2..67e9d352a 100644 --- a/snippets/commit-without-hooks.md +++ b/snippets/commit-without-hooks.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/config-user.md b/snippets/config-user.md index 87b081e18..eb02b8db5 100644 --- a/snippets/config-user.md +++ b/snippets/config-user.md @@ -3,6 +3,7 @@ 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 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 020385d61..63164ea66 100644 --- a/snippets/copy-file-from-branch.md +++ b/snippets/copy-file-from-branch.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/create-branch.md b/snippets/create-branch.md index 3e378c7e0..3bc84578e 100644 --- a/snippets/create-branch.md +++ b/snippets/create-branch.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/create-commit.md b/snippets/create-commit.md index 7043ec662..637a307ee 100644 --- a/snippets/create-commit.md +++ b/snippets/create-commit.md @@ -3,6 +3,7 @@ title: Create a commit tags: commit expertise: beginner author: maciv +cover: blog_images/baloons-field.jpg 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 9e69a8b15..c0a3a5fdf 100644 --- a/snippets/create-empty-commit.md +++ b/snippets/create-empty-commit.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/create-fixup-commit.md b/snippets/create-fixup-commit.md index 19d04d61c..8968ffe40 100644 --- a/snippets/create-fixup-commit.md +++ b/snippets/create-fixup-commit.md @@ -3,6 +3,7 @@ title: Create a fixup commit tags: commit expertise: advanced author: chalarangelo +cover: blog_images/tools.jpg 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 1c5040321..6378db57a 100644 --- a/snippets/create-repo.md +++ b/snippets/create-repo.md @@ -3,6 +3,7 @@ title: Create a new repository tags: repository expertise: beginner author: maciv +cover: blog_images/violin.jpg 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 c2ca25648..d6782f371 100644 --- a/snippets/current-branch-name.md +++ b/snippets/current-branch-name.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/delete-branch.md b/snippets/delete-branch.md index ee6750a2e..130244c9f 100644 --- a/snippets/delete-branch.md +++ b/snippets/delete-branch.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/delete-detached-branches.md b/snippets/delete-detached-branches.md index 0e51a747d..e31ec13a1 100644 --- a/snippets/delete-detached-branches.md +++ b/snippets/delete-detached-branches.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/delete-merged-branches.md b/snippets/delete-merged-branches.md index 6773d0fd8..63a440984 100644 --- a/snippets/delete-merged-branches.md +++ b/snippets/delete-merged-branches.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/delete-remote-branch.md b/snippets/delete-remote-branch.md index 4d68d27f0..d7bdc181d 100644 --- a/snippets/delete-remote-branch.md +++ b/snippets/delete-remote-branch.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/delete-stash.md b/snippets/delete-stash.md index 545d79359..3d54f8843 100644 --- a/snippets/delete-stash.md +++ b/snippets/delete-stash.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/delete-stashes.md b/snippets/delete-stashes.md index 8acf53644..19811d654 100644 --- a/snippets/delete-stashes.md +++ b/snippets/delete-stashes.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/delete-submodule.md b/snippets/delete-submodule.md index 0c7b0779c..13ed8efa2 100644 --- a/snippets/delete-submodule.md +++ b/snippets/delete-submodule.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/difference-between-branches.md b/snippets/difference-between-branches.md index ff63abac3..5f2e9e117 100644 --- a/snippets/difference-between-branches.md +++ b/snippets/difference-between-branches.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/disable-fast-forward.md b/snippets/disable-fast-forward.md index 23948b0f7..68c44a61e 100644 --- a/snippets/disable-fast-forward.md +++ b/snippets/disable-fast-forward.md @@ -3,6 +3,7 @@ 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 e0372f06a..7ebc01c85 100644 --- a/snippets/discard-uncommitted.md +++ b/snippets/discard-uncommitted.md @@ -3,6 +3,7 @@ title: Discard uncommitted changes tags: branch expertise: intermediate author: maciv +cover: blog_images/arrays.jpg 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 eb9d02267..04eba0ddf 100644 --- a/snippets/discard-untracked.md +++ b/snippets/discard-untracked.md @@ -3,6 +3,7 @@ title: Discard untracked changes tags: branch expertise: intermediate author: maciv +cover: blog_images/cold-mountains.jpg 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 c40793880..80c230a5c 100644 --- a/snippets/edit-config.md +++ b/snippets/edit-config.md @@ -3,6 +3,7 @@ title: Edit git configuration file tags: configuration expertise: beginner author: maciv +cover: blog_images/terminal.jpg 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 a0d5f5e52..259c24067 100644 --- a/snippets/fetch-changes.md +++ b/snippets/fetch-changes.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/find-lost-files.md b/snippets/find-lost-files.md index 79cccf82d..9f14b8b62 100644 --- a/snippets/find-lost-files.md +++ b/snippets/find-lost-files.md @@ -3,6 +3,7 @@ title: Find lost files tags: repository expertise: advanced author: chalarangelo +cover: blog_images/hard-disk.jpg 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 e233bbcc6..54b0f8ab4 100644 --- a/snippets/force-update-remote-branch.md +++ b/snippets/force-update-remote-branch.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/interactive-rebase.md b/snippets/interactive-rebase.md index 9db59f8db..daa958c99 100644 --- a/snippets/interactive-rebase.md +++ b/snippets/interactive-rebase.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/line-endings.md b/snippets/line-endings.md index 85ef51ca8..2af7afe4d 100644 --- a/snippets/line-endings.md +++ b/snippets/line-endings.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/list-aliases.md b/snippets/list-aliases.md index 600c3acab..7dfbd7e65 100644 --- a/snippets/list-aliases.md +++ b/snippets/list-aliases.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/list-stashes.md b/snippets/list-stashes.md index c3ee5e728..9361e59d1 100644 --- a/snippets/list-stashes.md +++ b/snippets/list-stashes.md @@ -3,6 +3,7 @@ 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 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 afd540ef8..95e884ef0 100644 --- a/snippets/manual-find-commit-with-bug.md +++ b/snippets/manual-find-commit-with-bug.md @@ -3,6 +3,7 @@ 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 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 a44dd2e09..089aed156 100644 --- a/snippets/merge-branch-merge-commit.md +++ b/snippets/merge-branch-merge-commit.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/merge-branch.md b/snippets/merge-branch.md index 6c2b9edd6..f6e049d09 100644 --- a/snippets/merge-branch.md +++ b/snippets/merge-branch.md @@ -3,6 +3,7 @@ title: Merge a branch tags: repository,branch expertise: beginner author: maciv +cover: blog_images/sparkles.jpg 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 6fbf68727..816d28948 100644 --- a/snippets/move-commits-to-branch.md +++ b/snippets/move-commits-to-branch.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/optimize-repository.md b/snippets/optimize-repository.md index 8925e4911..99071af7d 100644 --- a/snippets/optimize-repository.md +++ b/snippets/optimize-repository.md @@ -3,6 +3,7 @@ title: Optimize the local repository tags: repository expertise: advanced author: chalarangelo +cover: blog_images/automaton.jpg 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 ba0e32d81..66d14ad54 100644 --- a/snippets/pick-commits.md +++ b/snippets/pick-commits.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/pull-all-submodules.md b/snippets/pull-all-submodules.md index 83606914f..8513409f4 100644 --- a/snippets/pull-all-submodules.md +++ b/snippets/pull-all-submodules.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/pull-changes.md b/snippets/pull-changes.md index 182bcd5d9..7453ed398 100644 --- a/snippets/pull-changes.md +++ b/snippets/pull-changes.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/purge-file.md b/snippets/purge-file.md index 2be2711c5..1702a8b78 100644 --- a/snippets/purge-file.md +++ b/snippets/purge-file.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/push-changes.md b/snippets/push-changes.md index 55d5ab793..990904155 100644 --- a/snippets/push-changes.md +++ b/snippets/push-changes.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/rebase-onto-branch.md b/snippets/rebase-onto-branch.md index ecb991b70..d5491036c 100644 --- a/snippets/rebase-onto-branch.md +++ b/snippets/rebase-onto-branch.md @@ -3,6 +3,7 @@ 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 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 c7cea7dca..22b452fd9 100644 --- a/snippets/remove-file-from-commit.md +++ b/snippets/remove-file-from-commit.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/rename-branch.md b/snippets/rename-branch.md index ecbbda8ba..fd2d0a361 100644 --- a/snippets/rename-branch.md +++ b/snippets/rename-branch.md @@ -3,6 +3,7 @@ title: Rename a branch tags: branch expertise: intermediate author: maciv +cover: blog_images/bug.jpg 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 11b32cd61..28dadae4b 100644 --- a/snippets/rename-remote-branch.md +++ b/snippets/rename-remote-branch.md @@ -3,6 +3,7 @@ title: Rename remote branch tags: branch expertise: advanced author: maciv +cover: blog_images/horse-sunset.jpg 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 57ab1146e..6099b0ea6 100644 --- a/snippets/reset-master.md +++ b/snippets/reset-master.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/restore-deleted-file.md b/snippets/restore-deleted-file.md index 0ab61595d..2d6fdce8a 100644 --- a/snippets/restore-deleted-file.md +++ b/snippets/restore-deleted-file.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/rewind-n-commits.md b/snippets/rewind-n-commits.md index f683d3df1..89d830848 100644 --- a/snippets/rewind-n-commits.md +++ b/snippets/rewind-n-commits.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/rewind-to-commit.md b/snippets/rewind-to-commit.md index 6c8fa3f1f..b39cd1d81 100644 --- a/snippets/rewind-to-commit.md +++ b/snippets/rewind-to-commit.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/save-stash.md b/snippets/save-stash.md index 81774affc..4dfb6312a 100644 --- a/snippets/save-stash.md +++ b/snippets/save-stash.md @@ -3,6 +3,7 @@ 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 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 ac3e4df64..bc0732974 100644 --- a/snippets/set-default-push-branch.md +++ b/snippets/set-default-push-branch.md @@ -3,6 +3,7 @@ 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 71cd55c89..8fd75bb75 100644 --- a/snippets/set-text-editor.md +++ b/snippets/set-text-editor.md @@ -3,6 +3,7 @@ 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 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 c2d881152..8149d7994 100644 --- a/snippets/sort-branches-by-date.md +++ b/snippets/sort-branches-by-date.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/stage-files.md b/snippets/stage-files.md index ea8636672..01d50c16f 100644 --- a/snippets/stage-files.md +++ b/snippets/stage-files.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/switch-to-branch.md b/snippets/switch-to-branch.md index 529bc257b..d3c6d8b53 100644 --- a/snippets/switch-to-branch.md +++ b/snippets/switch-to-branch.md @@ -3,6 +3,7 @@ title: Switch to a branch tags: branch expertise: beginner author: maciv +cover: blog_images/bridge.jpg 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 2317df0f7..5d07060d5 100644 --- a/snippets/switch-to-last-branch.md +++ b/snippets/switch-to-last-branch.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/undo-commit.md b/snippets/undo-commit.md index 341d7437f..375098299 100644 --- a/snippets/undo-commit.md +++ b/snippets/undo-commit.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/undo-last-commit.md b/snippets/undo-last-commit.md index 020cf6081..31d391a74 100644 --- a/snippets/undo-last-commit.md +++ b/snippets/undo-last-commit.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/unstage-files.md b/snippets/unstage-files.md index 42896bee3..dac107e6a 100644 --- a/snippets/unstage-files.md +++ b/snippets/unstage-files.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/update-commit-contents.md b/snippets/update-commit-contents.md index c8126ed1d..3421b94bd 100644 --- a/snippets/update-commit-contents.md +++ b/snippets/update-commit-contents.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/update-commit-message.md b/snippets/update-commit-message.md index 14073b1c8..c955e8966 100644 --- a/snippets/update-commit-message.md +++ b/snippets/update-commit-message.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-all-branches.md b/snippets/view-all-branches.md index b542af0c3..5313eef65 100644 --- a/snippets/view-all-branches.md +++ b/snippets/view-all-branches.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-changes-summary.md b/snippets/view-changes-summary.md index 359548511..d7443bc80 100644 --- a/snippets/view-changes-summary.md +++ b/snippets/view-changes-summary.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-commit-graph.md b/snippets/view-commit-graph.md index 4513b7039..2e5330179 100644 --- a/snippets/view-commit-graph.md +++ b/snippets/view-commit-graph.md @@ -3,6 +3,7 @@ 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 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 6bbd3cf21..afa0f83f4 100644 --- a/snippets/view-commits-by-author.md +++ b/snippets/view-commits-by-author.md @@ -3,6 +3,7 @@ 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 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 00f4fe808..860246287 100644 --- a/snippets/view-commits-by-string.md +++ b/snippets/view-commits-by-string.md @@ -3,6 +3,7 @@ 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 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 4ef77f35f..c363f15ad 100644 --- a/snippets/view-commits-in-date-range.md +++ b/snippets/view-commits-in-date-range.md @@ -3,6 +3,7 @@ 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 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 285478f4d..2e44bfbad 100644 --- a/snippets/view-commits-summary-no-merges.md +++ b/snippets/view-commits-summary-no-merges.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-commits-summary.md b/snippets/view-commits-summary.md index 05b0813ef..228de174e 100644 --- a/snippets/view-commits-summary.md +++ b/snippets/view-commits-summary.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-differences.md b/snippets/view-differences.md index d9dca7333..d53d98ca9 100644 --- a/snippets/view-differences.md +++ b/snippets/view-differences.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-last-commit.md b/snippets/view-last-commit.md index da71f366d..07b8d79cb 100644 --- a/snippets/view-last-commit.md +++ b/snippets/view-last-commit.md @@ -3,6 +3,7 @@ title: View last commit tags: commit expertise: intermediate author: maciv +cover: blog_images/green-plant.jpg 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 f8fa2ad7e..e5cd4618a 100644 --- a/snippets/view-merged-branches.md +++ b/snippets/view-merged-branches.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-remote-url.md b/snippets/view-remote-url.md index 3b8e2514e..d97313e01 100644 --- a/snippets/view-remote-url.md +++ b/snippets/view-remote-url.md @@ -3,6 +3,7 @@ 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 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/view-status.md b/snippets/view-status.md index 335990d0a..c42a838ff 100644 --- a/snippets/view-status.md +++ b/snippets/view-status.md @@ -3,6 +3,7 @@ title: View current status tags: branch expertise: beginner author: chalarangelo +cover: blog_images/periscope.jpg 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 af1bfd4ea..994fd540f 100644 --- a/snippets/view-undo-history.md +++ b/snippets/view-undo-history.md @@ -3,6 +3,7 @@ title: View "undo" history tags: repository,branch expertise: advanced author: maciv +cover: blog_images/rocky-climbing.jpg firstSeen: 2021-04-06T16:35:56+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 ---