Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.75 KB

README.md

File metadata and controls

53 lines (35 loc) · 2.75 KB

Library Carpetry. Git

These materials are based on Library Carpentry Week 3 by James Baker.
https://github.com/LibraryCarpentry/week-three-library-carpentry

Install for week three

  • As in week two we will want to use a laptop during this session.
  • If you didn't attend week two and haven't using the command line before you will want to make sure if you are using Mac OSx and Linux you know how to get to the command line. If you are on a Windows system you will want to follow the installation instructions from week two.
  • Though it isn't completely necessary, it would be helpful if you missed week two to try and understand some of the basic commands for moving between directories on the command line.

1. Setup a GitHub account

2. Install Git

  • For Windows users: make sure you followed the steps for week two then move to step 3.

  • Follow the instructions for installing Git on your operating system here: https://help.github.com/articles/set-up-git/.

  • These instructions will install a GUI version of Git which we won't be using during the session but might be handy in the future. It will install the command line software at the same time.

3. Configuring your Git setup

  • It will be useful to configure your github setup before we begin week three.
$ git config --global user.name "your name"
$ git config --global user.email "your@email"
$ git config --global color.ui "auto"

Problems

  • If you have any difficulties please reach out via email/twitter/in person.

Notes: set up website before hand

Hour One

Hour Two

Hour Three

  • Reflecting on what GitHub could be used for in local library setting. Free time to exploring more Software Carpentry lessons and adapting forked repo with suggestions for future Library Carpentry

Install for Week Four