Explore >> Select a destination


You are here

blog.appsignal.com
| | akoutmos.com
0.5 parsecs away

Travel
| | Learn how to use Broadway alongside RabbitMQ to process large amounts of data
| | elixir-lang.org
2.8 parsecs away

Travel
| | Welcome to Elixir, a dynamic, functional language designed for building scalable and maintainable applications
| | 0x7f.dev
3.7 parsecs away

Travel
| |
| | www.erikschierboom.com
16.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: