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
90
fundamental-causes- slu-geriatric
chrisprener
0
160
fundamental-causes-ances
chrisprener
0
420
stitching-across-data-seams-stlc
chrisprener
0
94
fundamental-causes-slu-med
chrisprener
0
73
data-seams-paa
chrisprener
0
140
ami_hospitalizations
chrisprener
0
63
Featured
See All Featured
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
52
2.8k
Producing Creativity
orderedlist
PRO
346
40k
Docker and Python
trallard
44
3.4k
Code Review Best Practice
trishagee
68
18k
Why Our Code Smells
bkeepers
PRO
337
57k
Raft: Consensus for Rubyists
vanstee
140
7k
Gamification - CAS2011
davidbonilla
81
5.3k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
6
690
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Rebuilding a faster, lazier Slack
samanthasiow
81
9k
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