switch to mkdocs

This commit is contained in:
Ben Harris 2019-11-20 12:10:19 -05:00
parent 4c2e83af4c
commit 1858e7b418
14 changed files with 20 additions and 75 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
site/

View File

@ -1 +0,0 @@
theme: jekyll-theme-minimal

View File

@ -1,13 +1,5 @@
# branching strategies
### table of contents
[home](README.md) •
[glossary](glossary.md) •
[common commands](common_commands.md) •
**[branching strategies](branching_strategies.md)** •
[troubleshooting](troubleshooting.md) •
[ssh setup](ssh_setup.md)
---
## Branch to env mapping

View File

@ -2,14 +2,6 @@
These are commands and options that I use frequently. See the linked documentation for more options and information.
### table of contents
[home](README.md) •
[glossary](glossary.md) •
**[common commands](common_commands.md)** •
[branching strategies](branching_strategies.md) •
[troubleshooting](troubleshooting.md) •
[ssh setup](ssh_setup.md)
---

View File

@ -2,14 +2,6 @@
> [source (git-scm.com)](https://git-scm.com/book/en/v2) (unless otherwise noted)
### table of contents
[home](README.md) •
**[glossary](glossary.md)** •
[common commands](common_commands.md) •
[branching strategies](branching_strategies.md) •
[troubleshooting](troubleshooting.md) •
[ssh setup](ssh_setup.md)
---
## [branch](https://git-scm.com/book/en/v1/Git-Branching-What-a-Branch-Is)

View File

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 159 KiB

View File

@ -2,25 +2,8 @@
This is a compilation of notes, tips and a getting started guide to [`git`](https://git-scm.com). Please feel free to open a pull request or fork it for yourself!
### table of contents
**[home](README.md)** •
[glossary](glossary.md) •
[common commands](common_commands.md) •
[branching strategies](branching_strategies.md) •
[troubleshooting](troubleshooting.md) •
[ssh setup](ssh_setup.md)
---
### on this page
* [getting set up](README.md#getting-set-up)
* [making your first repo](README.md#making-your-first-repo)
* [syncing your changes with others](README.md#syncing-your-changes-with-others)
* [external resources](README.md#external-resources)
---
# here we go!
This is not meant to be a complete guide to git. Just some notes that I've gathered over the years of using git that might be helpful to share with others.

View File

@ -1,13 +1,5 @@
# ssh key setup for git
### table of contents
[home](README.md) •
[glossary](glossary.md) •
[common commands](common_commands.md) •
[branching strategies](branching_strategies.md) •
[troubleshooting](troubleshooting.md) •
**[ssh setup](ssh_setup.md)**
---

17
docs/troubleshooting.md Normal file
View File

@ -0,0 +1,17 @@
# troubleshooting
---
ssh warnings remote key
missing branches
warnings
line endings
pull request flow
ui flow

2
mkdocs.yml Normal file
View File

@ -0,0 +1,2 @@
site_name: learngit
theme: cyborg

View File

@ -1,25 +0,0 @@
# troubleshooting
### table of contents
[home](README.md) •
[glossary](glossary.md) •
[common commands](common_commands.md) •
[branching strategies](branching_strategies.md) •
**[troubleshooting](troubleshooting.md)** •
[ssh setup](ssh_setup.md)
---
ssh warnings remote key
missing branches
warnings
line endings
pull request flow
ui flow