diff --git a/snippets/apply-latest-stash.md b/snippets/apply-latest-stash.md index 2c44420ac..266417372 100644 --- a/snippets/apply-latest-stash.md +++ b/snippets/apply-latest-stash.md @@ -1,6 +1,6 @@ --- title: Apply the latest stash -tags: stash,repository,intermediate +tags: repository,stash,intermediate --- Applies the latest stash. diff --git a/snippets/apply-stash.md b/snippets/apply-stash.md index 28cd36f1e..bd8d7acbc 100644 --- a/snippets/apply-stash.md +++ b/snippets/apply-stash.md @@ -1,6 +1,6 @@ --- title: Apply a stash -tags: stash,repository,intermediate +tags: repository,stash,intermediate --- Applies a specific stash. diff --git a/snippets/delete-stash.md b/snippets/delete-stash.md index 771fbe4a6..8af9ec739 100644 --- a/snippets/delete-stash.md +++ b/snippets/delete-stash.md @@ -1,6 +1,6 @@ --- title: Delete a stash -tags: stash,repository,intermediate +tags: repository,stash,intermediate --- Deletes a specific stash. diff --git a/snippets/delete-stashes.md b/snippets/delete-stashes.md index 653921aef..3eb7d07ee 100644 --- a/snippets/delete-stashes.md +++ b/snippets/delete-stashes.md @@ -1,6 +1,6 @@ --- title: Delete all stashes -tags: stash,repository,intermediate +tags: repository,stash,intermediate --- Deletes all stashes. diff --git a/snippets/list-stashes.md b/snippets/list-stashes.md index 3139040ba..ad338d778 100644 --- a/snippets/list-stashes.md +++ b/snippets/list-stashes.md @@ -1,6 +1,6 @@ --- title: Lists all stashes -tags: stash,repository,intermediate +tags: repository,stash,intermediate --- Displays a list of all stashes. diff --git a/snippets/save-stash.md b/snippets/save-stash.md index 20bdabad8..31cad4362 100644 --- a/snippets/save-stash.md +++ b/snippets/save-stash.md @@ -1,6 +1,6 @@ --- title: Create a stash -tags: stash,repository,intermediate +tags: repository,stash,intermediate --- Saves the current state of the working directory and index into a new stash.