Update stash snippet tags

This commit is contained in:
Chalarangelo
2021-04-13 19:45:31 +03:00
parent f589fe0fd0
commit e612a07a87
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
--- ---
title: Apply the latest stash title: Apply the latest stash
tags: stash,repository,intermediate tags: repository,stash,intermediate
--- ---
Applies the latest stash. Applies the latest stash.

View File

@ -1,6 +1,6 @@
--- ---
title: Apply a stash title: Apply a stash
tags: stash,repository,intermediate tags: repository,stash,intermediate
--- ---
Applies a specific stash. Applies a specific stash.

View File

@ -1,6 +1,6 @@
--- ---
title: Delete a stash title: Delete a stash
tags: stash,repository,intermediate tags: repository,stash,intermediate
--- ---
Deletes a specific stash. Deletes a specific stash.

View File

@ -1,6 +1,6 @@
--- ---
title: Delete all stashes title: Delete all stashes
tags: stash,repository,intermediate tags: repository,stash,intermediate
--- ---
Deletes all stashes. Deletes all stashes.

View File

@ -1,6 +1,6 @@
--- ---
title: Lists all stashes title: Lists all stashes
tags: stash,repository,intermediate tags: repository,stash,intermediate
--- ---
Displays a list of all stashes. Displays a list of all stashes.

View File

@ -1,6 +1,6 @@
--- ---
title: Create a stash 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. Saves the current state of the working directory and index into a new stash.