/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

andre.arko.net
| | www.erikschierboom.com
3.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:
| | betterdev.blog
2.2 parsecs away

Travel
| | No upstream branch error from Git push command may seem strange. Here I explain it and show how to simplify first branch push to avoid it.
| | mislav.net
3.3 parsecs away

Travel
| | Some hidden gems of git version control
| | initialcommit.com
11.0 parsecs away

Travel
| In this article, you will learn how to create a new Git repository, configure it, and commit changes to it.