/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

randomwits.com
| | blog.kulman.sk
4.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.
| | initialcommit.com
1.0 parsecs away

Travel
| | Want to shelve a feature and work on something else? Learn how to use Git Stash to save changes for later.
| | www.blopig.com
3.3 parsecs away

Travel
| | [AI summary] This article provides a practical guide to understanding Git basics, version control workflows, and resolving merge conflicts.
| | troypatterson.me
14.5 parsecs away

Travel
| Recently I've been invited to work on a project which involves theming Moodle, developing a self-paced course and delivering some professional development. This is an exciting project. The courses that are being developed are STEM related and very high quality. There are several features that I love about this project. Excellent teachers are writing the [...]