Explore >> Select a destination


You are here

ingo-richter.io
| | blog.kulman.sk
3.6 parsecs away

Travel
| | When working on iOS applications, I often find myself in situations where I need to develop a new feature while simultaneously fixing a bug. This can be challenging to manage, especially when the changes for the feature and the bug fix overlap. Developers have different approaches to handle this: Stashing changes Creating temporary commits Cloning the repository twice While these methods work, they are not ideal. Recently, I discovered a better solution.
| | www.integralist.co.uk
2.5 parsecs away

Travel
| |
| | www.maxpou.fr
4.4 parsecs away

Travel
| | git worktree allows you to attach a branch to a specific folder. It's like doing a clone of a repository that shares the same git folder.
| | www.simpleprimate.com
21.7 parsecs away

Travel
| The other day I found myself having serious trouble publishing a new post to my blog. I was able to solve the problem through the use of Git rebase and I thought I would share my experience in case somebody else happens to go through the same thing.