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
130
slu_ahead.pdf
chrisprener
0
200
fundamental-causes-psych
chrisprener
0
78
fundamental-causes- slu-geriatric
chrisprener
0
130
fundamental-causes-ances
chrisprener
0
400
stitching-across-data-seams-stlc
chrisprener
0
83
fundamental-causes-slu-med
chrisprener
0
62
data-seams-paa
chrisprener
0
130
ami_hospitalizations
chrisprener
0
51
Featured
See All Featured
Rails Girls Zürich Keynote
gr2m
94
13k
Why Our Code Smells
bkeepers
PRO
335
57k
Designing on Purpose - Digital PM Summit 2013
jponch
117
7.1k
The World Runs on Bad Software
bkeepers
PRO
67
11k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
99
18k
Faster Mobile Websites
deanohume
306
31k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
3
310
Gamification - CAS2011
davidbonilla
80
5.1k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
The Cult of Friendly URLs
andyhume
78
6.2k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.4k
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