chore(snippets): used commands quicksave

This commit is contained in:
Michele Cereda
2025-02-20 01:11:08 +03:00
parent b6b2094d34
commit 9d6a8d11c7
2 changed files with 6 additions and 0 deletions

View File

@@ -37,6 +37,10 @@ git remote | xargs -n 1 git push
git lfs pull
# Get the top-level directory of the current repository.
git rev-parse --show-toplevel
##
# Remove files from the latest commit.
# --------------------------------------