12th April, 2017
9:00 am - 4:00 pm
Instructors: Amanda Miotto
Helpers: Michal Kotrbcik, Conrad Leonard, Stephen McGregor
Software Carpentry aims to help researchers get their work done in less time and with less pain by teaching them basic research computing skills. This hands-on workshop will cover basic concepts and tools, including program design, version control, data management, and task automation. Participants will be encouraged to help one another and to apply what they have learned to their own research problems.
For more information on what we teach and why, please see our paper "Best Practices for Scientific Computing".
Who: The course is aimed at postgraduate students and early career researchers. You don't need to have any previous knowledge of the tools that will be presented at the workshop.
Where: N53_0.56 Nathan Campus. Get directions with OpenStreetMap or Google Maps.
Requirements: Participants must bring a laptop with a Mac, Linux, or Windows operating system (not a tablet, Chromebook, etc.) that they have administrative privileges on. They should have a few specific software packages installed (listed below). They are also required to abide by Software Carpentry's Code of Conduct.
Accessibility: We are committed to making this workshop accessible to everybody. The workshop organisers have checked that:
Contact: Please email a.miotto@griffith.edu.au for more information.
Please be sure to complete these surveys before and after the workshop.
The lesson material can be found here http://swcarpentry.github.io/git-novice/
09:00 | Version Control with Git |
10:30 | Morning tea |
12:00 | Lunch break |
13:00 | Version Control with Git |
14:30 | Afternoon tea |
16:00 | Wrap-up |
add
, commit
, ...status
, diff
, ...clone
, pull
, push
, ...To participate in a Software Carpentry workshop, you will need access to the software described below. In addition, you will need an up-to-date web browser.
We maintain a list of common issues that occur during installation as a reference for instructors that may be useful on the Configuration Problems and Solutions wiki page.
Git is a version control system that lets you track who made changes to what when and has options for easily updating a shared or public version of your code on github.com. You will need a supported web browser (current versions of Chrome, Firefox or Safari, or Internet Explorer version 9 or above).
You will need an account at github.com for parts of the Git lesson. Basic GitHub accounts are free. We encourage you to create a GitHub account if you don't have one already. Please consider what personal information you'd like to reveal. For example, you may want to review these instructions for keeping your email address private provided at GitHub.
cmd
and press [Enter])setx HOME "%USERPROFILE%"
SUCCESS: Specified value was saved.
exit
then pressing [Enter]This will provide you with both Git and Bash in the Git Bash program.
For OS X 10.9 and higher, install Git for Mac
by downloading and running the most recent "mavericks" installer from
this list.
After installing Git, there will not be anything in your /Applications
folder,
as Git is a command line program.
For older versions of OS X (10.5-10.8) use the
most recent available installer labelled "snow-leopard"
available here.
If Git is not already available on your machine you can try to
install it via your distro's package manager. For Debian/Ubuntu run
sudo apt-get install git
and for Fedora run
sudo yum install git
.
If you already have a plain text editor set up (gEdit, Vim, Emacs) then you are welcome to use this. Otherwise (and especially for windows users) we recommend Sublime.
Sublime is the editor we will be using Sublime Text.
Sublime is the editor we will be using Sublime Text.
Sublime is the editor we will be using Sublime Text.