chore(git): move git notes under 'Misc'

This commit is contained in:
Marcello 2023-09-08 09:57:49 +02:00
parent 3927f011d7
commit f57b7ed075
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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