mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-05 18:36:41 +00:00
docs: git: move under vcs
folder
This commit is contained in:
parent
917425e0c7
commit
ac1cf5a17a
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
Reference in a new issue