chore: move file under 'misc' folder

This commit is contained in:
Marcello 2023-09-18 10:51:28 +02:00
parent f57b7ed075
commit 0c0c512576
4 changed files with 4 additions and 4 deletions

View file

@ -211,7 +211,7 @@ It's generally recommended creating annotated tags so it's possible to have all
### Branching And Merging ### 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`: shows branches
`git branch -vv`: show branch + last commit + remote status `git branch -vv`: show branch + last commit + remote status

View file

@ -180,6 +180,6 @@ nav:
- iOS: - iOS:
- ContentView: devices/ios/content-view.md - ContentView: devices/ios/content-view.md
- Misc: - Misc:
- Git: git.md - Git: misc/git.md
- GraphQL: graph-ql.md - GraphQL: misc/graph-ql.md
- RegEx: regular-expressions.md - RegEx: misc/regular-expressions.md