This commit is contained in:
Ben Harris 2017-12-14 13:28:33 -05:00
parent 292107a7dc
commit 1bae60e94e
6 changed files with 16 additions and 20 deletions

View File

@ -2,21 +2,21 @@
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
### 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) •
[external resources](README.md#external-resources)
[ssh setup](ssh_setup.md)
---
## on this page
### 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)
---

View File

@ -1,13 +1,14 @@
# branching strategies
## table of contents
### 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) •
[external resources](README.md#external-resources)
[ssh setup](ssh_setup.md)
---
wip

View File

@ -2,15 +2,13 @@
These are commands and options that I use frequently. See the linked documentation for more options and information.
## table of contents
### 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) •
[external resources](README.md#external-resources)
[ssh setup](ssh_setup.md)
---

View File

@ -2,14 +2,13 @@
> [source (git-scm.com)](https://git-scm.com/book/en/v2) (unless otherwise noted)
## table of contents
### 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) •
[external resources](README.md#external-resources)
[ssh setup](ssh_setup.md)
---

View File

@ -1,13 +1,12 @@
# ssh key setup for git
## table of contents
### 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)** •
[external resources](README.md#external-resources)
**[ssh setup](ssh_setup.md)**
---

View File

@ -1,13 +1,12 @@
# troubleshooting
## table of contents
### 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) •
[external resources](README.md#external-resources)
[ssh setup](ssh_setup.md)
---