chore(git/snippets): add commands

This commit is contained in:
Michele Cereda
2025-06-09 12:59:18 +02:00
parent 8bc1197275
commit aecd24e3af

View File

@@ -36,6 +36,8 @@ git remote | xargs -n 1 git push
git lfs pull
# Recursively remove files not under version control.
git clean -df
# Get the top-level directory of the current repository.
git rev-parse --show-toplevel