Content Contributors: Sebastian Karcher
Lesson Maintainers: Sebastian Karcher
Lesson status: In Development
Author Carpentry’s teaching is hands-on, so participants are encouraged to use their own computers to insure the proper setup of tools for an efficient workflow. These lessons assume no prior knowledge of the skills or tools, but working through this lesson requires working copies of the software described below. To most effectively use these materials, please make sure to install everything before working through this lesson.
For Windows users: Install git via https://git-scm.com/download/win
git config --list
) you need to set up your username and e-mail:$ git config --global user.name "Your Username"
$ git config --global user.email "your@email.edu"
$ git config --global color.ui "auto"
You should have a good text editor. Atom is a free an open source editor with excellent markdown support that we highly recommend you install and use, and some portions of this course rely on atom.
markdown-preview-plus
into the search window, press return, and click the blue “Install” button next to the package. On successful installation, you will have the package listed in the “Package” menu.git-plus
into the search window, press return, and click the blue “Install” button next to the package. (Not git-plus-plus) On successful installation, you will have the package listed in the “Package” menu.Optional: While we will default to git in atom / command line for this lesson, consider installing the github desktop app from https://desktop.github.com/