diff --git a/workbooks/github-foundations.md b/workbooks/github-foundations.md index 96bdece1b..0b3d7d888 100644 --- a/workbooks/github-foundations.md +++ b/workbooks/github-foundations.md @@ -208,6 +208,12 @@ Git can be installed as a unified GitHub GUI and command line or merely as a sta ## Special Repository Features of GitHub * Contributing.md -* License.md (and GitHub special dropdown) -* .gitignore (and GitHub special dropdown) -* Readme.md (in root, in subfolders) +* License.md + * During repository creation + * `+` a file with existing repository (special dropdown) +* .gitignore + * During repository creation + * `+` a file with existing repository (special dropdown) +* Readme.md + * In root + * In subfolders