/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

www.matsimitsu.com
| | techtldr.com
4.7 parsecs away

Travel
| | Git supports auto-completion when used via the terminal, which includes all basic commands such as git status or git checkout as well as local and remote branch names etc. It comes pre-installed on Ubuntu, but a few simple steps (bellow) have to be followed to get it working on Mac. Open up your terminal app [...]
| | blog.kulman.sk
5.1 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.
| | felixrieseberg.com
2.9 parsecs away

Travel
| | Git worktrees: Work in multiple branches at the same time. Quit reinstalling dependencies when you checkout different branches.
| | www.maxpou.fr
17.4 parsecs away

Travel
| A Git Cheat Sheet that focuses on Essential Commands for Experienced Developers.