Overview
An introduction to programming basics in Bash and GitHub that are often assumed, but that you might have never had good instruction on!
The first half of this workshop will introduce you navigating your computer’s filesystem and basic Bash commands to remove the fear of working with the command line to give you the confidence to use it to increase your productivity.
The second half of this workshop will introduce you to Git, a powerful tool for keeping track of changes you make to the files in a project. You can use it to synchronize your work across computers, collaborate with others, and even deploy applications to the cloud. In this workshop, you will learn the basics to understand and use Git, including working with the popular "social coding" website, GitHub.
Technology requirements:
OSX:
- Your system might have git installed already. Test this by opening a terminal and typing git
- If not, install xcode (https://apps.apple.com/us/app/xcode/id497799835?mt=12) from the app store. When this process completes, again open a terminal and type git to see if the process worked correctly
Windows
- Windows users must install git from here: https://git-scm.com/downloads
Linux
- Use the package manager by typing: $ apt-get install git
Create a GitHub account
- All participants should create a free GitHub account here: https://github.com/join?source=header-home