add adv. guides - gitlearn from ben (https://github.com/benharri/learngit.git)

This commit is contained in:
creme 2019-11-20 12:52:10 +01:00
parent 19070fc973
commit fa9d355ad5
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
3 changed files with 12 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "docs/adv_guides/learngit"]
path = docs/adv_guides/learngit
url = https://github.com/benharri/learngit.git

@ -0,0 +1 @@
Subproject commit 5b04ae0c15a0764a32646b5fb10c2478e03d12b9

View File

@ -17,3 +17,11 @@ nav:
- gopher: gopher.md
- gemini: gemini.md
- finger: finger.md
- advanced guides:
- learn git:
- home: adv_guides/learngit/README.md
- glossary: adv_guides/learngit/glossary.md
- common commands: adv_guides/learngit/common_commands.md
- branching strategies: adv_guides/learngit/branching_strategies.md
- troubleshooting: adv_guides/learngit/troubleshooting.md
- ssh setup: adv_guides/learngit/ssh_setup.md