8 votes

So you think you know Git - FOSDEM 2024

1 comment

  1. kenc
    Link
    This is Scott Chacon's talk at FOSDEM 2024 on tips and tricks in Git. If you don't know Scott, he's the co-founder of GitHub and author of Pro Git. In the video, which is more of a "shotgun-style"...

    This is Scott Chacon's talk at FOSDEM 2024 on tips and tricks in Git. If you don't know Scott, he's the co-founder of GitHub and author of Pro Git.

    In the video, which is more of a "shotgun-style" talk, he covers some old but lesser known features of Git, some new features implemented in the past few years and how to better manage monorepos. The last part of the talk is a showcase of GitButler, a new Git client he is developing.

    I personally learnt a few things that I'll be using in the future, like using includeif to manage identities, so I hope others may find it useful too.

    3 votes