From 3c231744ed25da633cc780141b1534073981e74f Mon Sep 17 00:00:00 2001 From: Chalarangelo Date: Tue, 22 Mar 2022 12:02:38 +0200 Subject: [PATCH] Update snippet authors --- snippets/add-submodule.md | 1 + snippets/apply-latest-stash.md | 1 + snippets/apply-stash.md | 1 + snippets/autocorrect.md | 1 + snippets/automatic-find-commit-with-bug.md | 1 + snippets/branches-containing-commit.md | 1 + snippets/branches-not-containing-commit.md | 1 + snippets/change-remote-url.md | 1 + snippets/clone-missing-submodules.md | 1 + snippets/clone-repo.md | 1 + snippets/commit-set-author.md | 1 + snippets/commit-template.md | 1 + snippets/commit-without-hooks.md | 1 + snippets/config-user.md | 1 + snippets/copy-file-from-branch.md | 1 + snippets/create-branch.md | 1 + snippets/create-commit.md | 1 + snippets/create-empty-commit.md | 1 + snippets/create-fixup-commit.md | 1 + snippets/create-repo.md | 1 + snippets/current-branch-name.md | 1 + snippets/delete-branch.md | 1 + snippets/delete-detached-branches.md | 1 + snippets/delete-merged-branches.md | 1 + snippets/delete-remote-branch.md | 1 + snippets/delete-stash.md | 1 + snippets/delete-stashes.md | 1 + snippets/delete-submodule.md | 1 + snippets/difference-between-branches.md | 1 + snippets/disable-fast-forward.md | 1 + snippets/discard-uncommitted.md | 1 + snippets/discard-untracked.md | 1 + snippets/edit-config.md | 1 + snippets/fetch-changes.md | 1 + snippets/find-lost-files.md | 1 + snippets/force-update-remote-branch.md | 1 + snippets/interactive-rebase.md | 1 + snippets/line-endings.md | 1 + snippets/list-aliases.md | 1 + snippets/list-stashes.md | 1 + snippets/manual-find-commit-with-bug.md | 1 + snippets/merge-branch-merge-commit.md | 1 + snippets/merge-branch.md | 1 + snippets/move-commits-to-branch.md | 1 + snippets/optimize-repository.md | 1 + snippets/pick-commits.md | 1 + snippets/pull-all-submodules.md | 1 + snippets/pull-changes.md | 1 + snippets/purge-file.md | 1 + snippets/push-changes.md | 1 + snippets/rebase-onto-branch.md | 1 + snippets/remove-file-from-commit.md | 1 + snippets/rename-branch.md | 1 + snippets/rename-remote-branch.md | 1 + snippets/reset-master.md | 1 + snippets/restore-deleted-file.md | 1 + snippets/rewind-n-commits.md | 1 + snippets/rewind-to-commit.md | 1 + snippets/save-stash.md | 1 + snippets/set-default-push-branch.md | 1 + snippets/set-text-editor.md | 1 + snippets/sort-branches-by-date.md | 1 + snippets/stage-files.md | 1 + snippets/switch-to-branch.md | 1 + snippets/switch-to-last-branch.md | 1 + snippets/undo-commit.md | 1 + snippets/undo-last-commit.md | 1 + snippets/unstage-files.md | 1 + snippets/update-commit-contents.md | 1 + snippets/update-commit-message.md | 1 + snippets/view-all-branches.md | 1 + snippets/view-changes-summary.md | 1 + snippets/view-commit-graph.md | 1 + snippets/view-commits-by-author.md | 1 + snippets/view-commits-by-string.md | 1 + snippets/view-commits-in-date-range.md | 1 + snippets/view-commits-summary-no-merges.md | 1 + snippets/view-commits-summary.md | 1 + snippets/view-differences.md | 1 + snippets/view-last-commit.md | 1 + snippets/view-merged-branches.md | 1 + snippets/view-remote-url.md | 1 + snippets/view-status.md | 1 + snippets/view-undo-history.md | 1 + 84 files changed, 84 insertions(+) diff --git a/snippets/add-submodule.md b/snippets/add-submodule.md index 5803d00a2..2fa77a5c2 100644 --- a/snippets/add-submodule.md +++ b/snippets/add-submodule.md @@ -2,6 +2,7 @@ title: Add a submodule tags: repository,submodule expertise: advanced +author: chalarangelo 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 78ffa95b0..f68702b08 100644 --- a/snippets/apply-latest-stash.md +++ b/snippets/apply-latest-stash.md @@ -2,6 +2,7 @@ title: Apply the latest stash tags: repository,stash expertise: intermediate +author: chalarangelo 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 ecb1bb53a..ba5dd6153 100644 --- a/snippets/apply-stash.md +++ b/snippets/apply-stash.md @@ -2,6 +2,7 @@ title: Apply a stash tags: repository,stash expertise: intermediate +author: chalarangelo 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 7bd1ce7fb..1e47b58cd 100644 --- a/snippets/autocorrect.md +++ b/snippets/autocorrect.md @@ -2,6 +2,7 @@ title: Autocorrect git commands tags: configuration expertise: intermediate +author: chalarangelo 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 11b1fd40a..d1e44eb22 100644 --- a/snippets/automatic-find-commit-with-bug.md +++ b/snippets/automatic-find-commit-with-bug.md @@ -2,6 +2,7 @@ title: Automatically find the commit that introduced a bug tags: commit,branch expertise: advanced +author: chalarangelo 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 edf2072a5..38282c279 100644 --- a/snippets/branches-containing-commit.md +++ b/snippets/branches-containing-commit.md @@ -2,6 +2,7 @@ title: Find branches containing a commit tags: branch,commit expertise: intermediate +author: maciv 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 02aa012f2..514f1e64b 100644 --- a/snippets/branches-not-containing-commit.md +++ b/snippets/branches-not-containing-commit.md @@ -2,6 +2,7 @@ title: Find branches not containing a commit tags: branch,commit expertise: intermediate +author: maciv 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 632fb6ed2..40d82bfca 100644 --- a/snippets/change-remote-url.md +++ b/snippets/change-remote-url.md @@ -2,6 +2,7 @@ title: Change the remote URL tags: repository expertise: intermediate +author: chalarangelo 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 a09a183db..b797c3984 100644 --- a/snippets/clone-missing-submodules.md +++ b/snippets/clone-missing-submodules.md @@ -2,6 +2,7 @@ title: Clone missing submodules tags: repository,submodule expertise: advanced +author: chalarangelo 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 9035e7f87..30131bc71 100644 --- a/snippets/clone-repo.md +++ b/snippets/clone-repo.md @@ -2,6 +2,7 @@ title: Clone a repository tags: repository,remote expertise: beginner +author: maciv firstSeen: 2021-04-04T14:04:05+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 --- diff --git a/snippets/commit-set-author.md b/snippets/commit-set-author.md index 36fa0dd28..a29a9e9f9 100644 --- a/snippets/commit-set-author.md +++ b/snippets/commit-set-author.md @@ -2,6 +2,7 @@ title: Create a commit by a different author tags: commit expertise: intermediate +author: maciv 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 446bddfbc..d4c6853f6 100644 --- a/snippets/commit-template.md +++ b/snippets/commit-template.md @@ -2,6 +2,7 @@ title: Add a commit message template tags: repository,configuration expertise: advanced +author: chalarangelo 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 ae2198dcc..9681e4ae2 100644 --- a/snippets/commit-without-hooks.md +++ b/snippets/commit-without-hooks.md @@ -2,6 +2,7 @@ title: Commit without running git hooks tags: commit expertise: intermediate +author: maciv 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 0f2a0b279..87b081e18 100644 --- a/snippets/config-user.md +++ b/snippets/config-user.md @@ -2,6 +2,7 @@ title: Configure git user information tags: configuration,repository expertise: beginner +author: maciv 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 6db7c4ba9..020385d61 100644 --- a/snippets/copy-file-from-branch.md +++ b/snippets/copy-file-from-branch.md @@ -2,6 +2,7 @@ title: Copy a file from another branch tags: branch expertise: intermediate +author: chalarangelo 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 f4c066cee..3e378c7e0 100644 --- a/snippets/create-branch.md +++ b/snippets/create-branch.md @@ -2,6 +2,7 @@ title: Create a new branch tags: branch,remote expertise: beginner +author: maciv 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 71002000d..7043ec662 100644 --- a/snippets/create-commit.md +++ b/snippets/create-commit.md @@ -2,6 +2,7 @@ title: Create a commit tags: commit expertise: beginner +author: maciv 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 2d7a69e05..9e69a8b15 100644 --- a/snippets/create-empty-commit.md +++ b/snippets/create-empty-commit.md @@ -2,6 +2,7 @@ title: Create an empty commit tags: commit expertise: beginner +author: maciv 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 98fbb6792..19d04d61c 100644 --- a/snippets/create-fixup-commit.md +++ b/snippets/create-fixup-commit.md @@ -2,6 +2,7 @@ title: Create a fixup commit tags: commit expertise: advanced +author: chalarangelo 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 a8c313160..1c5040321 100644 --- a/snippets/create-repo.md +++ b/snippets/create-repo.md @@ -2,6 +2,7 @@ title: Create a new repository tags: repository expertise: beginner +author: maciv 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 4e47633b9..c2ca25648 100644 --- a/snippets/current-branch-name.md +++ b/snippets/current-branch-name.md @@ -2,6 +2,7 @@ title: Get the current branch name tags: branch expertise: beginner +author: maciv 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 213b2f3eb..ee6750a2e 100644 --- a/snippets/delete-branch.md +++ b/snippets/delete-branch.md @@ -2,6 +2,7 @@ title: Delete a branch tags: repository,branch expertise: intermediate +author: maciv 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 1668e87e3..0e51a747d 100644 --- a/snippets/delete-detached-branches.md +++ b/snippets/delete-detached-branches.md @@ -2,6 +2,7 @@ title: Delete detached branches tags: repository,branch expertise: intermediate +author: maciv 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 4903292e8..6773d0fd8 100644 --- a/snippets/delete-merged-branches.md +++ b/snippets/delete-merged-branches.md @@ -2,6 +2,7 @@ title: Delete merged branches tags: repository,branch expertise: advanced +author: maciv 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 db1509b2f..4d68d27f0 100644 --- a/snippets/delete-remote-branch.md +++ b/snippets/delete-remote-branch.md @@ -2,6 +2,7 @@ title: Delete a remote branch tags: repository,branch expertise: intermediate +author: maciv 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 d0d331215..545d79359 100644 --- a/snippets/delete-stash.md +++ b/snippets/delete-stash.md @@ -2,6 +2,7 @@ title: Delete a stash tags: repository,stash expertise: intermediate +author: chalarangelo 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 19d417b00..8acf53644 100644 --- a/snippets/delete-stashes.md +++ b/snippets/delete-stashes.md @@ -2,6 +2,7 @@ title: Delete all stashes tags: repository,stash expertise: intermediate +author: chalarangelo 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 3880f81fb..0c7b0779c 100644 --- a/snippets/delete-submodule.md +++ b/snippets/delete-submodule.md @@ -2,6 +2,7 @@ title: Delete a submodule tags: repository,submodule expertise: advanced +author: chalarangelo 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 e5794838f..ff63abac3 100644 --- a/snippets/difference-between-branches.md +++ b/snippets/difference-between-branches.md @@ -2,6 +2,7 @@ title: View difference between two branches tags: branch expertise: intermediate +author: chalarangelo 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 0ca0e5776..23948b0f7 100644 --- a/snippets/disable-fast-forward.md +++ b/snippets/disable-fast-forward.md @@ -2,6 +2,7 @@ title: Disable fast forward merging by default tags: configuration,repository expertise: intermediate +author: chalarangelo firstSeen: 2021-07-03T05:00:00-04:00 --- diff --git a/snippets/discard-uncommitted.md b/snippets/discard-uncommitted.md index ac92753db..e0372f06a 100644 --- a/snippets/discard-uncommitted.md +++ b/snippets/discard-uncommitted.md @@ -2,6 +2,7 @@ title: Discard uncommitted changes tags: branch expertise: intermediate +author: maciv 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 de27e3823..eb9d02267 100644 --- a/snippets/discard-untracked.md +++ b/snippets/discard-untracked.md @@ -2,6 +2,7 @@ title: Discard untracked changes tags: branch expertise: intermediate +author: maciv 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 991c1e1f3..c40793880 100644 --- a/snippets/edit-config.md +++ b/snippets/edit-config.md @@ -2,6 +2,7 @@ title: Edit git configuration file tags: configuration expertise: beginner +author: maciv 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 ddca7331f..a0d5f5e52 100644 --- a/snippets/fetch-changes.md +++ b/snippets/fetch-changes.md @@ -2,6 +2,7 @@ title: Fetch latest changes from remote tags: repository expertise: beginner +author: maciv 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 9d00cc155..79cccf82d 100644 --- a/snippets/find-lost-files.md +++ b/snippets/find-lost-files.md @@ -2,6 +2,7 @@ title: Find lost files tags: repository expertise: advanced +author: chalarangelo 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 17c7d2b10..e233bbcc6 100644 --- a/snippets/force-update-remote-branch.md +++ b/snippets/force-update-remote-branch.md @@ -2,6 +2,7 @@ title: Update remote branch after rewriting history tags: branch expertise: intermediate +author: chalarangelo 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 5d1edc3f5..9db59f8db 100644 --- a/snippets/interactive-rebase.md +++ b/snippets/interactive-rebase.md @@ -2,6 +2,7 @@ title: Perform an interactive rebase tags: branch expertise: advanced +author: chalarangelo 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 c5c3dfd78..85ef51ca8 100644 --- a/snippets/line-endings.md +++ b/snippets/line-endings.md @@ -2,6 +2,7 @@ title: Configure line endings tags: repository,configuration expertise: intermediate +author: chalarangelo 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 b5a54eaca..600c3acab 100644 --- a/snippets/list-aliases.md +++ b/snippets/list-aliases.md @@ -2,6 +2,7 @@ title: List all git aliases tags: configuration expertise: intermediate +author: maciv 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 c38e32529..c3ee5e728 100644 --- a/snippets/list-stashes.md +++ b/snippets/list-stashes.md @@ -2,6 +2,7 @@ title: Lists all stashes tags: repository,stash expertise: intermediate +author: chalarangelo 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 0f921abc1..afd540ef8 100644 --- a/snippets/manual-find-commit-with-bug.md +++ b/snippets/manual-find-commit-with-bug.md @@ -2,6 +2,7 @@ title: Manually find the commit that introduced a bug tags: commit,branch expertise: advanced +author: chalarangelo 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 85a1b2b1b..a44dd2e09 100644 --- a/snippets/merge-branch-merge-commit.md +++ b/snippets/merge-branch-merge-commit.md @@ -2,6 +2,7 @@ title: Merge a branch and create a merge commit tags: repository,branch expertise: intermediate +author: maciv 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 eb4dcf661..6c2b9edd6 100644 --- a/snippets/merge-branch.md +++ b/snippets/merge-branch.md @@ -2,6 +2,7 @@ title: Merge a branch tags: repository,branch expertise: beginner +author: maciv 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 61834093e..6fbf68727 100644 --- a/snippets/move-commits-to-branch.md +++ b/snippets/move-commits-to-branch.md @@ -2,6 +2,7 @@ title: Move commits from master to a new branch tags: branch,repository expertise: intermediate +author: chalarangelo 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 3f2a1cd28..8925e4911 100644 --- a/snippets/optimize-repository.md +++ b/snippets/optimize-repository.md @@ -2,6 +2,7 @@ title: Optimize the local repository tags: repository expertise: advanced +author: chalarangelo 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 21a5ddb81..ba0e32d81 100644 --- a/snippets/pick-commits.md +++ b/snippets/pick-commits.md @@ -2,6 +2,7 @@ title: Pick changes from one or more commits tags: commit,branch expertise: intermediate +author: chalarangelo 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 57621ce48..83606914f 100644 --- a/snippets/pull-all-submodules.md +++ b/snippets/pull-all-submodules.md @@ -2,6 +2,7 @@ title: Pull all submodules from remote tags: repository,submodule expertise: advanced +author: chalarangelo 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 7629cde71..182bcd5d9 100644 --- a/snippets/pull-changes.md +++ b/snippets/pull-changes.md @@ -2,6 +2,7 @@ title: Pull latest changes from remote tags: repository,branch expertise: beginner +author: maciv 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 597e37b5f..2be2711c5 100644 --- a/snippets/purge-file.md +++ b/snippets/purge-file.md @@ -2,6 +2,7 @@ title: Purge a file from history tags: repository,remote expertise: advanced +author: chalarangelo 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 372682477..55d5ab793 100644 --- a/snippets/push-changes.md +++ b/snippets/push-changes.md @@ -2,6 +2,7 @@ title: Push local changes to remote tags: repository,branch expertise: beginner +author: maciv 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 bd9157c1f..ecb991b70 100644 --- a/snippets/rebase-onto-branch.md +++ b/snippets/rebase-onto-branch.md @@ -2,6 +2,7 @@ title: Rebase onto another branch tags: branch expertise: advanced +author: maciv 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 85993364b..c7cea7dca 100644 --- a/snippets/remove-file-from-commit.md +++ b/snippets/remove-file-from-commit.md @@ -2,6 +2,7 @@ title: Remove a file from the last commit tags: commit expertise: intermediate +author: maciv 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 8e1dc97f8..ecbbda8ba 100644 --- a/snippets/rename-branch.md +++ b/snippets/rename-branch.md @@ -2,6 +2,7 @@ title: Rename a branch tags: branch expertise: intermediate +author: maciv 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 57c68f2f7..11b32cd61 100644 --- a/snippets/rename-remote-branch.md +++ b/snippets/rename-remote-branch.md @@ -2,6 +2,7 @@ title: Rename remote branch tags: branch expertise: advanced +author: maciv 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 21634f0c2..57ab1146e 100644 --- a/snippets/reset-master.md +++ b/snippets/reset-master.md @@ -2,6 +2,7 @@ title: Reset master to match remote tags: repository,branch expertise: intermediate +author: maciv 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 e83a02bac..0ab61595d 100644 --- a/snippets/restore-deleted-file.md +++ b/snippets/restore-deleted-file.md @@ -2,6 +2,7 @@ title: Restore a deleted file tags: branch expertise: intermediate +author: chalarangelo 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 f088d68e5..f683d3df1 100644 --- a/snippets/rewind-n-commits.md +++ b/snippets/rewind-n-commits.md @@ -2,6 +2,7 @@ title: Rewind back n commits tags: branch,commit expertise: intermediate +author: maciv 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 2d3456448..6c8fa3f1f 100644 --- a/snippets/rewind-to-commit.md +++ b/snippets/rewind-to-commit.md @@ -2,6 +2,7 @@ title: Rewind back to a specific commit tags: branch,commit expertise: intermediate +author: maciv 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 482afbd44..81774affc 100644 --- a/snippets/save-stash.md +++ b/snippets/save-stash.md @@ -2,6 +2,7 @@ title: Create a stash tags: repository,stash expertise: intermediate +author: chalarangelo 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 8ea99dc71..ac3e4df64 100644 --- a/snippets/set-default-push-branch.md +++ b/snippets/set-default-push-branch.md @@ -2,6 +2,7 @@ title: Set default push branch name tags: configuration,branch expertise: intermediate +author: chalarangelo firstSeen: 2021-06-30T05:00:00-04:00 --- diff --git a/snippets/set-text-editor.md b/snippets/set-text-editor.md index d75d0a1aa..71cd55c89 100644 --- a/snippets/set-text-editor.md +++ b/snippets/set-text-editor.md @@ -2,6 +2,7 @@ title: Configure the git text editor tags: configuration expertise: intermediate +author: maciv 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 20287312a..c2d881152 100644 --- a/snippets/sort-branches-by-date.md +++ b/snippets/sort-branches-by-date.md @@ -2,6 +2,7 @@ title: View branches sorted by date tags: repository,branch expertise: intermediate +author: chalarangelo 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 8ff9b52a7..ea8636672 100644 --- a/snippets/stage-files.md +++ b/snippets/stage-files.md @@ -2,6 +2,7 @@ title: Add files to the staging area tags: commit expertise: beginner +author: maciv 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 ad4932957..529bc257b 100644 --- a/snippets/switch-to-branch.md +++ b/snippets/switch-to-branch.md @@ -2,6 +2,7 @@ title: Switch to a branch tags: branch expertise: beginner +author: maciv 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 2922fc1fb..2317df0f7 100644 --- a/snippets/switch-to-last-branch.md +++ b/snippets/switch-to-last-branch.md @@ -2,6 +2,7 @@ title: Return to previous branch tags: branch expertise: beginner +author: maciv 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 b15f46514..341d7437f 100644 --- a/snippets/undo-commit.md +++ b/snippets/undo-commit.md @@ -2,6 +2,7 @@ title: Undo a commit tags: commit,branch expertise: intermediate +author: maciv 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 dca3751e6..020cf6081 100644 --- a/snippets/undo-last-commit.md +++ b/snippets/undo-last-commit.md @@ -2,6 +2,7 @@ title: Undo the last commit tags: commit,branch expertise: intermediate +author: maciv 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 698a6f221..42896bee3 100644 --- a/snippets/unstage-files.md +++ b/snippets/unstage-files.md @@ -2,6 +2,7 @@ title: Remove files from the staging area tags: commit expertise: beginner +author: chalarangelo 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 9c03fc738..c8126ed1d 100644 --- a/snippets/update-commit-contents.md +++ b/snippets/update-commit-contents.md @@ -2,6 +2,7 @@ title: Edit the last commit tags: commit expertise: intermediate +author: maciv 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 1c754f995..14073b1c8 100644 --- a/snippets/update-commit-message.md +++ b/snippets/update-commit-message.md @@ -2,6 +2,7 @@ title: Change the last commit's message tags: commit expertise: intermediate +author: maciv 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 463f6a826..b542af0c3 100644 --- a/snippets/view-all-branches.md +++ b/snippets/view-all-branches.md @@ -2,6 +2,7 @@ title: View local branches tags: repository,branch expertise: beginner +author: maciv 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 54468e9cb..359548511 100644 --- a/snippets/view-changes-summary.md +++ b/snippets/view-changes-summary.md @@ -2,6 +2,7 @@ title: View a summary of changes between two commits tags: repository,branch expertise: intermediate +author: chalarangelo 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 39d002694..4513b7039 100644 --- a/snippets/view-commit-graph.md +++ b/snippets/view-commit-graph.md @@ -2,6 +2,7 @@ title: View a visual graph of the repository tags: repository expertise: intermediate +author: maciv 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 a5db78478..6bbd3cf21 100644 --- a/snippets/view-commits-by-author.md +++ b/snippets/view-commits-by-author.md @@ -2,6 +2,7 @@ title: View commits by author tags: repository,commit expertise: intermediate +author: maciv 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 801c16e9f..00f4fe808 100644 --- a/snippets/view-commits-by-string.md +++ b/snippets/view-commits-by-string.md @@ -2,6 +2,7 @@ title: View commits that manipulated a specific string tags: commit expertise: intermediate +author: maciv 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 2b2b31ef7..4ef77f35f 100644 --- a/snippets/view-commits-in-date-range.md +++ b/snippets/view-commits-in-date-range.md @@ -2,6 +2,7 @@ title: View commits in a specific date range tags: repository,commit expertise: intermediate +author: maciv 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 fbd7407b5..285478f4d 100644 --- a/snippets/view-commits-summary-no-merges.md +++ b/snippets/view-commits-summary-no-merges.md @@ -2,6 +2,7 @@ title: View a short summary of commits without merge commits tags: repository,commit expertise: intermediate +author: maciv 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 f5b9c3c24..05b0813ef 100644 --- a/snippets/view-commits-summary.md +++ b/snippets/view-commits-summary.md @@ -2,6 +2,7 @@ title: View a short summary of commits tags: repository,commit expertise: intermediate +author: maciv 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 69614d8f6..d9dca7333 100644 --- a/snippets/view-differences.md +++ b/snippets/view-differences.md @@ -2,6 +2,7 @@ title: View differences in changes tags: commit,branch expertise: intermediate +author: chalarangelo 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 370f85280..da71f366d 100644 --- a/snippets/view-last-commit.md +++ b/snippets/view-last-commit.md @@ -2,6 +2,7 @@ title: View last commit tags: commit expertise: intermediate +author: maciv 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 333891aab..f8fa2ad7e 100644 --- a/snippets/view-merged-branches.md +++ b/snippets/view-merged-branches.md @@ -2,6 +2,7 @@ title: View merged branches tags: repository,branch expertise: intermediate +author: maciv 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 14954137e..3b8e2514e 100644 --- a/snippets/view-remote-url.md +++ b/snippets/view-remote-url.md @@ -2,6 +2,7 @@ title: View the remote URL tags: repository expertise: intermediate +author: chalarangelo 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 76f816c79..335990d0a 100644 --- a/snippets/view-status.md +++ b/snippets/view-status.md @@ -2,6 +2,7 @@ title: View current status tags: branch expertise: beginner +author: chalarangelo 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 702f5f602..af1bfd4ea 100644 --- a/snippets/view-undo-history.md +++ b/snippets/view-undo-history.md @@ -2,6 +2,7 @@ title: View "undo" history tags: repository,branch expertise: advanced +author: maciv firstSeen: 2021-04-06T16:35:56+03:00 lastUpdated: 2021-04-13T21:10:59+03:00 ---