While working on an AI-related app recently using vectors, I found myself with a 115MB file in my repository. While attempting to push to …
Git
Keeping a GitHub Fork Updated
As developers, we often find ourselves forking open-source projects on GitHub to contribute or to modify for our specific needs. While …
How to Create Files in a GitHub Action and Commit Them to Your Repository
I recently worked with GitHub Actions, where I generated a JSON file and then needed to add it to the repository. I parsed some Markdown …
Git: Keeping A Fork In-sync With The Source Repository
You fork a repository on somewhere like GitHub or GitLab and you make some changes. Maybe you want to contribute to an open-source …
GitKraken “Could not find a compatible repository” Error Fix
I recently encountered an error in GitKraken after a bad merge occurred when trying to merge in some changes from the main development …
Using Beyond Compare With Sourcetree For Mac
I used to use Diffmerge for my merge/comparison needs, however I find the outdated interface to be unfriendly and ugly to look at. On …