Update README

This commit is contained in:
2025-10-17 18:12:09 -04:00
parent 20cdbfa942
commit 234f2fcb1f

View File

@@ -180,6 +180,11 @@ git push origin --delete <branch_name>
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