How Git
Changed
My Life

Question
Which is True?
A - Git is a form of version control software,
whilst GitHub is a place to store your software projects
B - Git is a place to store your software projects,
whilst GitHub is a version control software
Question
Which is True - A
A - Git is a form of version control software,
whilst GitHub is a place to store your software projects
Question
In the world of git, what is this new folder called?
Question
In the world of git, what is this new folder called?
Repository
A folder in which git is keeping records of your work
Question
What two commands tell git to take a "snapshot" of our work?
Question
What two commands tell git to take a "snapshot" of our work?
Add & Commit
Add - Adds changes to a "staging area" to be recorded by git
Commit - records the staged/added changes in git
Question
What git command would help Mel see what changes she's made?
Question
What git command would help Mel see what changes she's made?
Diff
Show the difference between the last recorded version of a file and the current changed version
Question
What git command would allow Mel to git rid of all her changes?
Question
What git command would allow Mel to git rid of all her changes?
Revert
Like "undo" but for all the changes made in a particular version recorded in git
Question
What git command could help Mel see everything she's done in the past?
Question
What git command could help Mel see everything she's done in the past?
Log
Presents a timeline or history of every set of changes recorded in git
Future Events & Workshops
Git+GitHub Home Page @ResPlat
Sign up for Email Notifications
Other Git Sessions at ResBaz2019
Version Control and Open Science with GitHub
Tent 3 - Thursday - 2pm
Version Control in Studio
Tent 7 - Thursday - 3pm
How git changed my life
By Errol Lloyd
How git changed my life
- 182