<<< Previous | Next >>>
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.
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!
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.
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.