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
tags: stash,repository,intermediate
tags: repository,stash,intermediate
---
Applies the latest stash.

View File

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

View File

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

View File

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

View File

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

View File

@ -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.