/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

haacked.com
| | www.karl.berlin
2.3 parsecs away

Travel
| |
| | bengarvey.com
1.9 parsecs away

Travel
| | [AI summary] A practical guide to a simplified, safe workflow for managing version control with Git.
| | www.erikschierboom.com
1.6 parsecs away

Travel
| | Introduction When using git, local branches can track remote branches that no longer exist (the remote branch is gone). To identify these branches, we first have to cleanup (prune) the remote's branches: $ git fetch -p From https://test.com - [deleted] (none) -> origin/disable-feature-x - [deleted] (none) -> origin/fix-typo - [deleted] (none) -> origin/grammar-fix In this case, three remote branches were deleted. Let's see if we have local branches that are tracking deleted branches:
| | javier.io
13.8 parsecs away

Travel
| how to keep your Git-Fork up to date