|
You are here |
felixrieseberg.com | ||
| | | | |
www.integralist.co.uk
|
|
| | | | | ||
| | | | |
dylanpaulus.com
|
|
| | | | | 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... | |
| | | | |
blog.kulman.sk
|
|
| | | | | 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. | |
| | | | |
github.com
|
|
| | | A simple VS Code debug adapter for mono. Contribute to microsoft/vscode-mono-debug development by creating an account on GitHub. | ||