Why use Git?
Stavrina Dimosthenous
Do you need version control?
Make changes
Track your work
Share your work
You might be doing it already
However…
Which file was the
actual
final version?
Do you need something that only exists in one of the versions?
Do you need an extra version just for collaborators?
However…
Are you bloating your file?
You can always roll back!
Using Git locally
One file
Keep track of your change history
Save space
Work on new features/parts without disturbing the
top copy
of the file
Using Git remotely
Credit: Atlassian
Collaborate with colleagues
Receive feedback
From colleagues
From the community
Share your work
Get recognition(?)
Why I use Git?
All reasons discussed
I get to work on one common repository on different systems without having to carry a physical storage drive with me