Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.2 KB

1_outline.md

File metadata and controls

32 lines (17 loc) · 1.2 KB

Welcome to "Collaboration and Writing Workflows with Git and GitHub!"

if you've arrived early and haven't yet registered for a GitHub account, please do so now at http://github.com/.

In your browser on your own computer, follow this workshop at http://github.com/mckinniburgh/gitWorkshop

~ ~ ~ ~ ~ ~

Today, we're going to learn how to use Git, GitHub and markdown in order to develop a workflow for collaborative, version-controlled projects in digital environments.

Workshop Goal: Create a Git repository on your computer, add files, and push this repository to your GitHub.

If we have time, we're going to do an "Exquisite Corpse" poetry game in teams that practices forking and pull requests on GitHub!

Let's get started! Here's our agenda:

Brief Overview: Git, GitHub, Markdown, and Why

Git Config

Set up your git and GitHub account.

Command Line

Create a Git repo with a file.

Git Add, Git Commit, Git Push

Make local changes, track them, and push them to a remote repo.

Forking and Pull Requests