/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ingo-richter.io
| | 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.
| | 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.
| | dylanpaulus.com
4.2 parsecs away

Travel
| | Have you ever found yourself in the middle of coding a feature, only to receive a notification that production is down? If you're using Git, you now have a few options: commit your work, stash your work, or discard your work. Each of these options has its own set of problems, depending on the situat...
| | yasoob.github.io
15.6 parsecs away

Travel
|