├── README.md └── cheatsheets ├── pr-cheatsheet.png ├── pr-cheatsheet.svg ├── setup-cheatsheet.png └── setup-cheatsheet.svg /README.md: -------------------------------------------------------------------------------- 1 | # Quick guide 2 | 3 | to working as a team on Github 4 | 5 | ## Front Page 6 | 7 | 8 | 9 | ## Back Page 10 | 11 | 12 | -------------------------------------------------------------------------------- /cheatsheets/pr-cheatsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zsailer/guide-to-working-as-team-on-github/bd7fb206a93de9cec081fe1ffd3974a3a7e5d786/cheatsheets/pr-cheatsheet.png -------------------------------------------------------------------------------- /cheatsheets/setup-cheatsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zsailer/guide-to-working-as-team-on-github/bd7fb206a93de9cec081fe1ffd3974a3a7e5d786/cheatsheets/setup-cheatsheet.png --------------------------------------------------------------------------------