diff --git a/README.md b/README.md new file mode 100644 index 0000000..4811c2e --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# CORE INTRO TO GIT AND GITHUB +This is the official Girl Develop It Core Intro to Git and Github course. Material based on original material by Kim Moir, Daniel Fischer, Aurelia Moser, Carina C. Zona and Izzy Johnston. + +The course is meant to be taught in a two-hour workshop. Each of the slides and practice files are customizable according to the needs of a given class or audience. + + +## Theme customization + +You can change theme colors by changing the theme css to any of the following options: +```html + + + + +``` +You can change the text editor theme by changing the highlight.js css to the following options: +```html + + +``` +You can change transition by changing the reveal transition property in Reveal.initialize +```javascript + Reveal.initialize({ + transition: 'default', // default/cube/page/concave/zoom/linear/none + }); +``` diff --git a/images/add-ssh.png b/images/add-ssh.png new file mode 100644 index 0000000..d9c6968 Binary files /dev/null and b/images/add-ssh.png differ diff --git a/images/bootcamp_2_newrepo.jpg b/images/bootcamp_2_newrepo.jpg new file mode 100644 index 0000000..d358cbc Binary files /dev/null and b/images/bootcamp_2_newrepo.jpg differ diff --git a/images/bootcamp_2_repoinfo.png b/images/bootcamp_2_repoinfo.png new file mode 100644 index 0000000..836ccdd Binary files /dev/null and b/images/bootcamp_2_repoinfo.png differ diff --git a/images/bootcamp_3_fork.jpg b/images/bootcamp_3_fork.jpg new file mode 100644 index 0000000..6d2114f Binary files /dev/null and b/images/bootcamp_3_fork.jpg differ diff --git a/images/click-pull-request.png b/images/click-pull-request.png new file mode 100644 index 0000000..4832c4c Binary files /dev/null and b/images/click-pull-request.png differ diff --git a/images/gdi_logo_badge.png b/images/gdi_logo_badge.png new file mode 100644 index 0000000..8e87add Binary files /dev/null and b/images/gdi_logo_badge.png differ diff --git a/images/gitk.png b/images/gitk.png new file mode 100644 index 0000000..b11e324 Binary files /dev/null and b/images/gitk.png differ diff --git a/images/install-git.png b/images/install-git.png new file mode 100644 index 0000000..69fde4e Binary files /dev/null and b/images/install-git.png differ diff --git a/images/manage-my-pull-requests.png b/images/manage-my-pull-requests.png new file mode 100644 index 0000000..0bd2164 Binary files /dev/null and b/images/manage-my-pull-requests.png differ diff --git a/images/no-vc.png b/images/no-vc.png new file mode 100644 index 0000000..4322b8a Binary files /dev/null and b/images/no-vc.png differ diff --git a/images/no-vc.png_1 b/images/no-vc.png_1 new file mode 100644 index 0000000..3663430 Binary files /dev/null and b/images/no-vc.png_1 differ diff --git a/images/pull-request.png b/images/pull-request.png new file mode 100644 index 0000000..3851a15 Binary files /dev/null and b/images/pull-request.png differ diff --git a/images/repo-pull-requests.png b/images/repo-pull-requests.png new file mode 100644 index 0000000..54e0a06 Binary files /dev/null and b/images/repo-pull-requests.png differ diff --git a/images/subversion-change-2010-2012.png b/images/subversion-change-2010-2012.png new file mode 100644 index 0000000..ebb2a1a Binary files /dev/null and b/images/subversion-change-2010-2012.png differ diff --git a/images/subversion-share-2012.png b/images/subversion-share-2012.png new file mode 100644 index 0000000..d9da377 Binary files /dev/null and b/images/subversion-share-2012.png differ diff --git a/images/with-vc.png b/images/with-vc.png new file mode 100644 index 0000000..50c376f Binary files /dev/null and b/images/with-vc.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..da55a79 --- /dev/null +++ b/index.html @@ -0,0 +1,598 @@ + + + +
+ + +