mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-05-16 07:57:14 +00:00
docs: git: move under vcs
folder
This commit is contained in:
parent
c8d02e4bf2
commit
9a02fd7078
2 changed files with 3 additions and 2 deletions
|
@ -170,7 +170,7 @@ It's generally recommended creating annotated tags so it's possible to have all
|
|||
|
||||
### Branching And Merging
|
||||
|
||||

|
||||

|
||||
|
||||
`git branch`: shows branches
|
||||
`git branch -vv`: show branch + last commit + remote status
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue