That’s me!
That’s where !
I ‘work’
@ANOTHERUIGUY
That’s a ninja
Slide 5
Slide 5 text
why so hard?
Slide 6
Slide 6 text
How can I
get to that
file?
Slide 7
Slide 7 text
How can I
get to that
file?
Just open
Terminal and then $
cd ~/Projects/
boilerplate/ &&
vi .gitignore
Slide 8
Slide 8 text
How can I
get to that
file?
Just open
Terminal and then $
cd ~/Projects/
boilerplate/ &&
vi .gitignore
OMG!
That is
weird? What
do I do?
Slide 9
Slide 9 text
How can I
get to that
file?
Just open
Terminal and then $
cd ~/Projects/
boilerplate/ &&
vi .gitignore
OMG!
That is
weird? What
do I do?
Geeze, press the i key, go
to this line and add <file
path>/**/*. Then hit the esc
key to save. To get out,
type :wq, ok!?
Slide 10
Slide 10 text
How can I
get to that
file?
Just open
Terminal and then $
cd ~/Projects/
boilerplate/ &&
vi .gitignore
OMG!
That is
weird? What
do I do?
Geeze, press the i key, go
to this line and add <file
path>/**/*. Then hit the esc
key to save. To get out,
type :wq, ok!?
Slide 11
Slide 11 text
Slide 12
Slide 12 text
No content
Slide 13
Slide 13 text
Terminal Cheatsheet for Mac
Slide 14
Slide 14 text
Open files in VI
$ touch index.html
Slide 15
Slide 15 text
Open files in VI
$ touch index.html
$ vi index.html
Slide 16
Slide 16 text
Open files in VI
$ touch index.html
$ vi index.html
i
Slide 17
Slide 17 text
Open files in VI
$ touch index.html
$ vi index.html
i
esc + :wq
Slide 18
Slide 18 text
Open files in VI
$ touch index.html
$ vi index.html
i
esc + :wq
Slide 19
Slide 19 text
what?
Slide 20
Slide 20 text
Before VC or Branching
my-project-folder
YAY! My
project!
Slide 21
Slide 21 text
Before VC or Branching
my-project-folder
I need to
update my
project
Slide 22
Slide 22 text
Before VC or Branching
my-project-folder
I need to
update my
project
my-project-folder-copy
Slide 23
Slide 23 text
Before VC or Branching
my-project-folder
my-project-folder-copy
Yup, need
another
version
Slide 24
Slide 24 text
Before VC or Branching
my-project-folder
my-project-folder-copy
Yup, need
another
version
my-project-folder-copy-v2
Slide 25
Slide 25 text
Before VC or Branching
my-project-folder
my-project-folder-copy
my-project-folder-copy-v2
Need to
revert some
code ;(
Slide 26
Slide 26 text
Before VC or Branching
my-project-folder
my-project-folder-copy
my-project-folder-copy-v2
Need to
revert some
code ;(
Crap!
Which folder
has the right
stuff?
Slide 27
Slide 27 text
Before VC or Branching
my-project-folder
my-project-folder-copy
my-project-folder-copy-v2
Need to
revert some
code ;(
Crap!
Which folder
has the right
stuff?
Ok, get
these lines and
then …
Slide 28
Slide 28 text
Before VC or Branching
my-project-folder
my-project-folder-copy
my-project-folder-copy-v2
Need to
revert some
code ;(
Crap!
Which folder
has the right
stuff?
Ok, get
these lines and
then …
NOTHING
IS
WORKING!!
Slide 29
Slide 29 text
Before VC or Branching
my-project-folder
my-project-folder-copy
my-project-folder-copy-v2
Need to
revert some
code ;(
Crap!
Which folder
has the right
stuff?
Ok, get
these lines and
then …
NOTHING
IS
WORKING!!
Boss: Hey, we have a
new person you will work
with. You need to share code
and work on solving problems
together. !
!
You: SHIT! Dropbox, why
you no scale?