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
Designing for humans not robots
tammielis
250
25k
Git: the NoSQL Database
bkeepers
PRO
427
64k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
We Have a Design System, Now What?
morganepeng
51
7.4k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
GraphQLとの向き合い方2022年版
quramy
44
13k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
175
51k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Building Adaptive Systems
keathley
40
2.4k
The Invisible Side of Design
smashingmag
299
50k
Why Our Code Smells
bkeepers
PRO
335
57k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.3k
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