Git Programming Using Git Large File Storage (LFS) to manage large files (>100MB) in a GitHub repository 10 April 202413 April 2024Daniel Koman Sometimes, a large file needs to be tracked in a git repo. For hosts such as GitHub, this can be problematic, because GitHub limits file sizes in repositories to 100MB.…Continue readingUsing Git Large File Storage (LFS) to manage large files (>100MB) in a GitHub repository
Programming Force Rewrite Commit Authorship History Using Git Command Line 17 February 202317 February 2023Daniel Koman Force Rewrite Commit Authorship History Using Git Command Line Have you ever been working in a git repo and pushed your changes, only to realize later on that you were…Continue readingForce Rewrite Commit Authorship History Using Git Command Line
That's awesome, thanks for sharing
This is just what i was looking for