navi: Fix git clean command
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user