Skip to content

Instantly share code, notes, and snippets.

@bitfidget
Last active August 29, 2015 13:56
Show Gist options
  • Save bitfidget/9179432 to your computer and use it in GitHub Desktop.
Save bitfidget/9179432 to your computer and use it in GitHub Desktop.

#Day 1

##Command line

clear OR ctrl + l

whoami

cd - home directory

cd- go back to previous directory

pwd - list where you are

ls - list files/folders

mkdir [name] - make a new folder

rmdir [name] - remove directory

rm [name] - remove file

touch [name] - create file

open . --> opens up a finder window

ps - shows process running top - shows everythign running --> use q to drop out of top kill [pID] - kill a program

###For some hints and tips

quickleft tutorial on command line

##gitHub

git status git add (filename) git commit -m 'add your message about what you did here' git push --> this finally adds the fiel for you

#Todays homework

-[ ] learn markdown better -[ ] make a blog post -[ ] finish this

complete some rubymonk.com tuts watch or read up on Git practice pushing files to portfolio any questions from prework

https://rubymonk.com/learning/books/1-ruby-primer/chapters/5-strings/lessons/31-string-basics#solution2466

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment