Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.77 KB

outline.md

File metadata and controls

46 lines (28 loc) · 1.77 KB

<<< Previous | Next >>>

Using Git and GitHub to Manage Collaborative Workflow!

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

In this workshop, 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.

If you have yet to, sign up for a GitHub account...

Register for a GitHub account [here](http://github.com/](http://github.com/).

Open up Sublime and record your username, email, and password in the projects folder you created on your Desktop earlier today. Save the file using an easy to remember name for now, like "github_setup" - you will need this information twice more!

Today's Agenda:

We will be using the command line to use Git and GitHub.

A conceptual overview of what this is about.

Set up Git on your computer.

Create a new local repository.

Connect your remote GitHub to the local repo you just created on your computer.

~ ~ ~ ~ ~ Break ~ ~ ~ ~ ~

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

Make a copy of a repo, and pull it to your computer to edit locally.

Review what we've learned in this workshop.


<<< Previous | Next >>>

I have linked the glossary and helpful commands at the bottom of each page.