Welcome to your first day of class
Posted on May 18th, 2020
Today’s topics
- Orientation
- Developer tools
- Setting up your computer
- Using the command line
- Git & GitHub
Project
Install Git-It, a tutorial program that will walk you through the basics of Git and GitHub.
To install it, run:
brew cask install git-it
This should put the Git-it program in your /Applications
folder.
Git-it will tell you to install Github Desktop. You do not have to install this, although you can if you want. We won’t be using it in class.
When you try and run Git-it, you may get a notice that the application is from an unknown developer. If so, right-click on the application and then choose “Open.” You will be presented with a dialog – choose to run the application.
Once running, complete the tasks in Git-it. Completion of the assignment is the link to your pull request you will make in the second-to-last Git-It task.
Submit that url using this form.
TODO
- Read the student guidelines and how we work remotely docs in their entirety.
- Make sure your computer is all set up and ready to go.
- Read the Really Friendly Command Line intro.
- Read the Really Friendly Git intro.
Links from class
- Student guidelines
- How we work remotely
- Using Slack
- Setting up your computer
- Really friendly command-line intro
- Really friendly Git intro
- Git Cheat Sheet PDF
- Git Command Explorer