Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
git.pdf
Search
Christopher Prener
September 12, 2019
0
36
git.pdf
Christopher Prener
September 12, 2019
Tweet
Share
More Decks by Christopher Prener
See All by Christopher Prener
washu-lec
chrisprener
0
140
slu_ahead.pdf
chrisprener
0
220
fundamental-causes-psych
chrisprener
0
94
fundamental-causes- slu-geriatric
chrisprener
0
170
fundamental-causes-ances
chrisprener
0
430
stitching-across-data-seams-stlc
chrisprener
0
97
fundamental-causes-slu-med
chrisprener
0
78
data-seams-paa
chrisprener
0
150
ami_hospitalizations
chrisprener
0
66
Featured
See All Featured
A Tale of Four Properties
chriscoyier
160
23k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
The Cult of Friendly URLs
andyhume
79
6.5k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Faster Mobile Websites
deanohume
308
31k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.4k
Producing Creativity
orderedlist
PRO
347
40k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Transcript
GIT AND GITHUB SLU DATA SCIENCE SEMINAR CHRISTOPHER PRENER, PH.D.
SEPTEMBER 12, 2019
KEY TERM A repository is a top-level directory that has
Git version control enabled.
GIT AND GITHUB TYPICAL WORKFLOW
GIT WORKFLOW GIT AND GITHUB TYPICAL WORKFLOW Commits are snapshots
of files that are saved at particular points in time.
GIT WORKFLOW GIT AND GITHUB TYPICAL WORKFLOW
GIT WORKFLOW GIT AND GITHUB TYPICAL WORKFLOW
GIT WORKFLOW GIT AND GITHUB TYPICAL WORKFLOW
GIT WORKFLOW GIT AND GITHUB TYPICAL WORKFLOW
GIT AND GITHUB TYPICAL WORKFLOW “OK, so why the $#&%
did I save a second copy?!?!?! And why the $#&% was the first copy edited after the second copy!?!?!?
GIT AND GITHUB GIT WORKFLOW
GIT AND GITHUB GIT WORKFLOW
GIT AND GITHUB GIT WORKFLOW
GIT AND GITHUB GIT WORKFLOW
GIT AND GITHUB GIT WORKFLOW Local repos can “sync” with
a “remote” repo, making backup and sharing easy
GIT AND GITHUB GIT WORKFLOW Copying data for the first
time from GitHub is called making a “clone”
GIT AND GITHUB GIT WORKFLOW Copying data for the first
time from GitHub is called making a “clone” Clone make changes Stage & Commit Push