Answers for "to get all branchs name in remote"

2

get all branches from remote

You can fetch all branches from all remotes like this:
git fetch --all
Posted by: Guest on July-08-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language