diff --git a/docs/tools/git/git.md b/docs/git.md similarity index 99% rename from docs/tools/git/git.md rename to docs/git.md index 9130f1d..c751fb2 100644 --- a/docs/tools/git/git.md +++ b/docs/git.md @@ -211,7 +211,7 @@ It's generally recommended creating annotated tags so it's possible to have all ### Branching And Merging -![branch](../../img/git_branches.png "how branches work") +![branch](img/git_branches.png "how branches work") `git branch`: shows branches `git branch -vv`: show branch + last commit + remote status diff --git a/mkdocs.yml b/mkdocs.yml index 1c58e26..c322f0c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -176,11 +176,10 @@ nav: - Bash: - Scripting: languages/bash/scripting.md - Commands: languages/bash/commands.md - - Tools: - - Git: tools/git/git.md - Devices: - iOS: - ContentView: devices/ios/content-view.md - Misc: + - Git: git.md - GraphQL: graph-ql.md - RegEx: regular-expressions.md \ No newline at end of file