mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-06 10:56:41 +00:00
chore(git): move git notes under 'Misc'
This commit is contained in:
parent
3927f011d7
commit
f57b7ed075
2 changed files with 2 additions and 3 deletions
|
@ -211,7 +211,7 @@ It's generally recommended creating annotated tags so it's possible to have all
|
||||||
|
|
||||||
### Branching And Merging
|
### Branching And Merging
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
`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
|
|
@ -176,11 +176,10 @@ nav:
|
||||||
- Bash:
|
- Bash:
|
||||||
- Scripting: languages/bash/scripting.md
|
- Scripting: languages/bash/scripting.md
|
||||||
- Commands: languages/bash/commands.md
|
- Commands: languages/bash/commands.md
|
||||||
- Tools:
|
|
||||||
- Git: tools/git/git.md
|
|
||||||
- Devices:
|
- Devices:
|
||||||
- iOS:
|
- iOS:
|
||||||
- ContentView: devices/ios/content-view.md
|
- ContentView: devices/ios/content-view.md
|
||||||
- Misc:
|
- Misc:
|
||||||
|
- Git: git.md
|
||||||
- GraphQL: graph-ql.md
|
- GraphQL: graph-ql.md
|
||||||
- RegEx: regular-expressions.md
|
- RegEx: regular-expressions.md
|
Loading…
Add table
Reference in a new issue