add bash tutorial

This commit is contained in:
creme 2020-02-03 12:04:17 +01:00
parent 5a64efbaf9
commit a49bf53fd0
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
4 changed files with 1231 additions and 0 deletions

4
.gitmodules vendored
View File

@ -1,3 +1,7 @@
[submodule "docs/tutorials/learngit"]
path = docs/tutorials/learngit
url = https://github.com/envs-net/learngit.git
[submodule "docs/tutorials/bash-guide"]
path = docs/tutorials/bash-guide
url = https://github.com/Idnan/bash-guide.git

View File

@ -0,0 +1,4 @@
# These are supported funding model platforms
github: [idnan]
custom: https://paypal.me/id9a9

File diff suppressed because it is too large Load Diff

View File

@ -24,3 +24,4 @@ nav:
- common commands: tutorials/learngit/docs/common_commands.md
- branching strategies: tutorials/learngit/docs/branching_strategies.md
- troubleshooting: tutorials/learngit/docs/troubleshooting.md
- bash guide: tutorials/bash-guide/README.md