/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

tannerdolby.com
| | pedrorijo.com
1.6 parsecs away

Travel
| | Getting started with Git. Git basic commands. Everything you need to know to start using Git in your personal projects. Second part of a series of tutorials
| | nathanrosenquist.com
0.9 parsecs away

Travel
| | [AI summary] The article outlines the complete workflow for creating and managing pull requests on GitHub, including forking, cloning, syncing, and branching steps.
| | felipec.wordpress.com
2.1 parsecs away

Travel
| | Chances are you are using a triangular workflow, even if you don't know it. A triangular workflow simply means that you pull from one repository, and push to another. This is what the vast majority of Git users do, unfortunately most of the good stuff is buried in the nearly incomprehensible official manpages. In this...
| | brandont.dev
13.4 parsecs away

Travel
| [AI summary] This post explains how to use Git hooks to create an automated CI/CD pipeline for deploying static websites to a remote VPS.