Sign up for our weekly newsletter!
An intro to the basics that instructors often assume you know, but that you probably never had good instruction on! After this course, you should be able to more easily start learning to program (e.g., in R or python), follow instructions and documentation online (e.g., StackExchange), and communicate better with your collaborators who are programming. This interactive workshop will cover:
Technology requirement for workshop: Please install the Bash shell. Bash is a commonly-used shell that gives you the power to do simple tasks more quickly. Instructions for installation can be found below.
Windows
This will provide you with both Git and Bash in the Git Bash program.
Mac OS X
The default shell in all versions of Mac OS X is Bash, so no need to install anything. You access Bash from the Terminal (found in /Applications/Utilities). You may want to keep Terminal in your dock for this workshop.
/Applications/Utilities
Linux
The default shell is usually Bash, but if your machine is set up differently you can run it by opening a terminal and typing bash. There is no need to install anything.
bash