[Solved] Quick way to download everything from all branches I own (Github) November 29, 2022 by Kirat the command to download all the content (branches, tags, remove deleted etc) # fetch all the remote repo and # remove the deleted content (tags, branches with the --prune) git fetch --all --prune solved Quick way to download everything from all branches I own (Github)