MWMatthias Weilingerinmatthias.hashnode.dev·Oct 31, 2023 · 3 min readA Universal Guide to Migrating Git Repositories with LFS Across PlatformsHave you ever faced the daunting task of migrating a Git repository complete with LFS files? Recently, I embarked on this journey from Bitbucket to GitLab and hit a few snags along the way. In this post, I'll share the motivations, challenges, and ul...00
MWMatthias Weilingerinmatthias.hashnode.dev·Jan 10, 2023 · 3 min readHow to use the Flag Package in GoThe flag package is a built-in package in Go that provides a way to define and parse command-line flags. Command-line flags are a common way for command-line programs to specify options and arguments. Import the package To get started with the flag p...00