A collection of GitHub reference workflow documentation for individual and group use.
This repository serves as a comprehensive reference guide for Git workflows, started as my personal reference for git commands and workflows. I decided to share it with others who may find it helpful. As I continue to learn and explore Git, I'll be updating this documentation with new insights, comments and best practices.
For the best experience I recommend using Obsidian with the Code Styler community add on.
| Topic | File location | Reference Articles |
|---|---|---|
| Setting up SSH GitHub Access | [[SSH Keys (Github)]] SSH Keys (Github).md (GitHub) |
- Connecting to Github with SSH |
| Git Branches for Team Development | [[Git Branches]] Git Branches.md (GitHub) |
- How to Git as a Team - What is the intended use-case for git stash? - How to remove files from git staging area? - git-add docummentation |