KJKuya Joeinkuyajoe.blog·Jun 23, 2023 · 3 min readHow to work with long lived branchesWorking with long-lived branches has been a big change from all my previous jobs. The workflow I'm now getting well-acquainted (and frustrated) with is very different where in basically every branch is its own history, and be a thousand commits apart...00
KJKuya Joeinkuyajoe.blog·Jun 1, 2023 · 2 min readMerging code into multiple branchesLet's say you have two branches one has code changes meant for hotfix release ASAP and the other for a new feature. Unfortunately, both branches are different in the number of commits and have slightly different code coming from multiple developers. ...00
KJKuya Joeinkuyajoe.blog·Feb 22, 2023 · 1 min readHow to ignore files from being accidentally added to gitWhile working on a project I sometimes encounter some files (usually for configuration) that you might want to keep changed locally but don't want to accidentally commit to your git repository. Did you know there's a way to exclude them from showing ...00