cyprusjs / CyprusJS

CyprusJS Talks & Events
MIT License
14 stars 5 forks source link

Under the hood of Git #33

Closed steffen closed 2 years ago

steffen commented 3 years ago

Many work with Git daily. In this "no slides" talk we will look under the hood of Git in the console.

We will look at how Git stores objects, what objects types exist and what references are. We'll leverage tools such as git-sizer and git-filter-repo to understand the health of a repository. We may also touch on Git's performance tracing capabilities (e.g. GIT_TRACE2), Git LFS and monorepos depending on time and interest.

PatrickHeneise commented 3 years ago

Scheduled for Friday, July 9, 6pm

RSVP here: https://www.meetup.com/cyprusjs-paphos/events/279017343

larixer commented 3 years ago

@steffen Could you also touch on the topic of storing non-text files and archives into Git and built-in Git capabilities for handling differences between archives, like what archives are better to store into Git, compressed vs uncompressed, with LFS or without LFS.

steffen commented 3 years ago

@steffen Could you also touch on the topic of storing non-text files and archives into Git and built-in Git capabilities for handling differences between archives, like what archives are better to store into Git, compressed vs uncompressed, with LFS or without LFS.

@larixer 💯 I definitely will! 🙂 Thanks for the suggestion! Let me know if there is anything else you would like me to touch on!