docs: git: move under vcs folder

This commit is contained in:
Marcello 2025-01-28 22:41:37 +01:00
parent 917425e0c7
commit ac1cf5a17a
Signed by: m-lamonaca
SSH key fingerprint: SHA256:UYGDdKfMHJzv3yWOf3u8wnbBumU2sLt0cFlZBPFw8AM
2 changed files with 3 additions and 2 deletions

View file

@ -170,7 +170,7 @@ It's generally recommended creating annotated tags so it's possible to have all
### Branching And Merging
![branch](../img/git_branches.avif "how branches work")
![branch](../../img/git_branches.avif "how branches work")
`git branch`: shows branches
`git branch -vv`: show branch + last commit + remote status

View file

@ -184,7 +184,8 @@ nav:
- Scripting: languages/bash/scripting.md
- Commands: languages/bash/commands.md
- Misc:
- Git: misc/git.md
- VCS:
- Git: misc/vcs/git.md
- GraphQL: misc/graph-ql.md
- RegEx: misc/regular-expressions.md
- SSH: misc/ssh.md