Improve navi #1

Open
vulporuza wants to merge 15 commits from improve-navi into master
Showing only changes of commit 8b4e8c99ad - Show all commits
+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>