diff --git a/navi/git.cheat b/navi/git.cheat index 164e219..522eb08 100644 --- a/navi/git.cheat +++ b/navi/git.cheat @@ -38,8 +38,8 @@ git push --set-upstream # 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