Skip to content

gdirdu/gdi-rdu-git-github

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core Intro to Git and GitHub

for Girl Develop It Raleigh-Durham

This is a fork of 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.

###Resources for Learning Git & GitHub

  • Try Git from CodeSchool.com
  • The Official Docs A bit intense, but the authoritative source
  • Git Reference A basic reference, courtesy of your helpful friends at GitHub
  • Git Cheatsheet: There are lots of cheatsheets out there, but this one is a visual illustration of git structure and commands.
  • Git Immersion: a great in-depth tutorial with hands-on exercises.
  • Pro Git: a very thorough reference. If Git can do it, you'll find it here.
  • Atlassian's Git Tutorials:from the creator of (among other things) SourceTree, a free visual git tool for Mac & Windows.
  • Git Workflows: an overview of different ways that teams can use git.

Slidedeck details

Reveal.js is a library that lets you create a slick slidedeck.

Theme customization

You can change theme colors by changing the theme css to any of the following options:

  <link rel="stylesheet" href="css/theme/gdidefault.css" id="theme">
  <link rel="stylesheet" href="css/theme/gdilight.css" id="theme">
  <link rel="stylesheet" href="css/theme/gdisunny.css" id="theme">
  <link rel="stylesheet" href="css/theme/gdicool.css" id="theme">

You can change the text editor theme by changing the highlight.js css to the following options:

  <link rel="stylesheet" href="lib/css/dark.css">
  <link rel="stylesheet" href="lib/css/light.css">

You can change transitions by changing the reveal transition property in Reveal.initialize

  Reveal.initialize({
  				transition:  'default', // default/cube/page/concave/zoom/linear/none
  			});

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.4%
  • CSS 36.4%
  • HTML 21.9%
  • GLSL 0.3%