navi: Fix git clean command

This commit is contained in:
Robin-Charles Guihéneuf
2026-04-27 13:53:42 +02:00
parent 1333250def
commit 1beccf1252
+2 -2
View File
@@ -38,8 +38,8 @@ git push --set-upstream <remote_name> <branch_name>
# Displays formatted log of commits for a repo # Displays formatted log of commits for a repo
git log --all --decorate --oneline --graph git log --all --decorate --oneline --graph
# Clear everything # Clean everything
git clean -dxf git clean -fdx
# Add a new module # Add a new module
git submodule add <repository> <path> git submodule add <repository> <path>