GithubHelp home page GithubHelp logo

kupfer99 / unix-and-git-workshop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ccoltrera/unix-and-git-workshop

0.0 2.0 0.0 89 KB

Instructions for preparing for and/or testing out of Unix & Git for Everyone

License: MIT License

unix-and-git-workshop'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

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

unix-and-git-workshop's People

Contributors

sarahjune avatar ryansobol avatar

Watchers

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