GithubHelp home page GithubHelp logo

sea-w25-uge's Introduction

Unix & Git for Everyone

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 "Console Foundations" and the "Git Basics" online courses

TIP: Treehouse offers a free 14-day trial which you can suspend after completing their courses.

3. Complete the setup guide for your computer's operating system

Assignment

At the workshop, you'll learn all the skills necessary to complete this assignment. It's due before the start of your follow-up 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, ryansobol/

6. Create a unix_notes.txt file in this directory

For example, ryansobol/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, ryansobol/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

sea-w25-uge's People

Contributors

ryansobol avatar strooseattle avatar gohdcl avatar greener98103 avatar jonathanstallings avatar erikanfeldman avatar farhadahmed avatar jtmchorse avatar www-tiberius avatar studstill avatar jwmendio avatar migrantj avatar mloh425 avatar michaelybecker avatar mranisavljevic avatar neagan avatar stephiev avatar timhugh avatar amykangweb avatar davidmshou avatar jacethelefty avatar ncronquist avatar rsthornton avatar

Watchers

James Cloos avatar EE Kumar 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.