navi: Fix git clean command

This commit is contained in:
2026-09-11 10:16:06 +02:00
parent 302c10bd6c
commit 8b4e8c99ad
+2 -2
View File
@@ -38,8 +38,8 @@ git push --set-upstream <remote_name> <branch_name>
# Displays formatted log of commits for a repo
git log --all --decorate --oneline --graph
# Clear everything
git clean -dxf
# Clean everything
git clean -fdx
# Add a new module
git submodule add <repository> <path>