docs: git: move under vcs folder

This commit is contained in:
Marcello 2025-01-28 22:41:37 +01:00
parent c8d02e4bf2
commit 4c9192d890
Signed by: m-lamonaca
SSH key fingerprint: SHA256:8db8uii6Gweq7TbKixFBioW2T8CbgtyFETyYL3cr3zk
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