Explore >> Select a destination


You are here

eagain.net
| | betterdev.blog
21.6 parsecs away

Travel
| | We investigate what is Git fast-forward merge mode behavior, how does it affect repository history and why one should think about disabling it.
| | ericlathrop.com
12.7 parsecs away

Travel
| | One of my favorite parts of Git is how it lets you fix your mistakes. One mistake I needed to fix a few times in the last year was having two separate repositories, when they ought to be a single respository. I will present commands to merge a child repository into a parent respository as a subdirectory. The new child repository subdirectory will preserve its history and look like it was always part of the parent repository.
| | www.epicweb.dev
13.5 parsecs away

Travel
| | Learn about the two underlying commands of Git Pull, Git Fetch and Git Merge, and how they are used to update your local and remote branches.
| | www.4bes.nl
74.4 parsecs away

Travel
| In this post, you will see how you can use GitHub CodeSpaces for Azure PowerShell Function apps, so you don't have to install tools locally!