Explore >> Select a destination


You are here

dylanpaulus.com
| | felixrieseberg.com
3.5 parsecs away

Travel
| | Git worktrees: Work in multiple branches at the same time. Quit reinstalling dependencies when you checkout different branches.
| | jackharner.com
4.5 parsecs away

Travel
| | Getting Started with Git: Installing and Cloning Repositories from GitHub This guide will help you get Git installed on your computer, clone your...
| | nicolaiarocci.com
3.7 parsecs away

Travel
| | The official Git documentation presents the following example as a valid use-case for the worktree command: You are in the middle of a refactoring session and your boss comes in and demands that you fix something immediately. You might typically use git-stash1 to store your changes away temporarily. However, your working tree is in such a state of disarray (with new, moved, and removed files and other bits and pieces strewn around) that you don't want to risk disturbing any of it. (source)
| | blog.gnoack.org
19.3 parsecs away

Travel
| [AI summary] The article discusses how to use Git without relying on hosted platforms like GitHub or GitLab by setting up a local Unix/Linux server for repository hosting and managing projects through SSH.