GithubHelp home page GithubHelp logo

pdx-w7-uge's Introduction

  1. Rate today's workshop on a scale of 1-10: 8 - Teaching was excellent, but while the subject matter is very important, it isn't the most exciting part of development.

  2. Things from today that I liked: Beth was very knowledgeable, personable and willing to respond to the needs of the class. She slowed down on topics where we had a lot of questions and moved quickly through items that we picked up easily. She also did an excellent job of translating complex ideas into plain English. I also appreciatd the step-by-step nature of the instruction, paired with a good explanation of WHY we were doing it that way.

  3. Things from today that I would improve: It's a bit nitpicky, but less text on each presentation slide would have been nice, along with an easy way (color coding?) to parse which items were commands we were supposed to enter and which items were the text we were supposed to see returned on the terminal. When there is a lot on each slide, this stuff can get lost.

Unix & Git for Everyone (Portland, August 22, 2015)

Pre-work

1. Ensure your laptop up to the task of coding
  • Is virus and malware free
  • Uses the latest, stable, updated version of its operating system
  • Has a functioning screen, keyboard, and trackpad
  • Has plenty of free hard drive space and memory
  • Can reliably connect to wireless networks
2. Complete the setup guide for your computer's operating system

Following completion of these Pre-work assignments, you should:

  • Have a colorized terminal with a Git compatible prompt
  • Be able to open files in Sublime Text via the Terminal
  • Be able to receive a valid response when typing "git --version"

Testing Out of the Workshop

To test out of the workshop, you will need to complete this assignment. Completion of this assignment, whether independently or at the workshop, is due before the start of your Code Fellows course.

Demonstrate the following skills using only your Terminal, your text editor, and your web browser.

1. Create a fork of this repository
2. Clone the fork to your computer
3. Create a new branch called notes
4. Checkout the branch notes
5. Create a directory with the same name as your GitHub username

For example, codefellows

6. Create a unix_notes.txt file in this directory

For example, codefellows/unix_notes.txt

7. Add the notes about what you've learned about Unix to this file

For example,

cd <path> Changes the working directory to <path>
ls <path> Lists the directory content of <path>
...
8. Create a git_notes.txt file in this directory

For example, codefellows/git_notes.txt

9. Add the notes about what you've learned about Git to this file

For example,

git add <file> Adds any changes inside <file> to the staging area
git commit -m '<message>' Commits the staging area to the repository with a <message>
...
10. Add these untracked files to the staging area
11. Commit the changes
12. Push the branch to the origin remote on GitHub
13. Send a pull request from this branch to Code Fellows' master branch

pdx-w7-uge's People

Contributors

sarahjune avatar ksgifford avatar ryansobol avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.