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
|
# 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user