From 234f2fcb1f154e65297cb360987febc238e5ff20 Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 17 Oct 2025 18:12:09 -0400 Subject: [PATCH] Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9e36372..f22d672 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,11 @@ git push origin --delete git branch -r git branch -l +This removes any remote tracking branches that exist on local repository that are not in the remote +git fetch origin --prune + + + You can use the following commands to update the list of local branches from remote: git fetch --prune