/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

abdulapopoola.com
| | www.integralist.co.uk
2.7 parsecs away

Travel
| | Introduction There are times where you might be working from a particular git branch and need to quickly jump over to a different branch to do some urgent work. Typically you would need to first git stash anything you were working on (as it's unlikely to be in a state where it can be committed), and then you'd have to leave your current branch to create a new branch from master and thus begin working on your new urgent task.
| | initialcommit.com
2.0 parsecs away

Travel
| | Want to shelve a feature and work on something else? Learn how to use Git Stash to save changes for later.
| | www.blopig.com
4.0 parsecs away

Travel
| | [AI summary] This article provides a practical guide to understanding Git basics, version control workflows, and resolving merge conflicts.
| | brandont.dev
12.0 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.